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

Morley.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.