| Copyright | (C) 2017 Csongor Kiss |
|---|---|
| License | BSD3 |
| Maintainer | Csongor Kiss <kiss.csongor.kiss@gmail.com> |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Data.Generics.Product.Typed
Description
Derive record field getters and setters generically.
Lenses
Internals
class GHasType f a where Source #
As HasType but over generic representations as defined by
GHC.Generics.
Minimal complete definition