morley-1.4.0: Developer tools for the Michelson Language
Safe HaskellNone
LanguageHaskell2010

Util.Lens

Synopsis

Documentation

postfixLFields :: LensRules Source #

For datatype with "myNyan" field it will create "myNyanL" lens.

makeLensesWith :: LensRules -> Name -> DecsQ #

Build lenses with a custom configuration.