Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- postfixLFields :: LensRules
- makeLensesWith :: LensRules -> Name -> DecsQ
Documentation
postfixLFields :: LensRules Source #
For datatype with "myNyan" field it will create "myNyanL" lens.
makeLensesWith :: LensRules -> Name -> DecsQ #
Build lenses with a custom configuration.