Lysxia / generic-data

Generic data types in Haskell, utilities for GHC.Generics
https://hackage.haskell.org/package/generic-data
MIT License
44 stars 9 forks source link

Add `OnFields` using type families #50

Closed Lysxia closed 2 years ago

Lysxia commented 2 years ago

I've decided against it, to not duplicate or depend on first-class-families. For most use cases a newtype is still enough.