lorentz-0.14.1: EDSL for the Michelson Language
Safe HaskellSafe-Inferred
LanguageHaskell2010

Lorentz.StoreClass.Extra

Description

Some conveniences for Lorentz.StoreClass module.

This is not part of the umbrella Lorentz module, you have to import this specially.

Synopsis

Documentation

(.) :: FieldRef l -> FieldRef r -> FieldRef (l :-| r) infixr 8 Source #

Alias for :-|.

This makes nested field access look just like in other languages.

Though it may collide with the dot operator from Haskell world, for instance, in tests, so we do not yet provide it directly in Lorentz.StoreClass.