morley-1.18.0: Developer tools for the Michelson Language
Safe HaskellSafe-Inferred
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.