morley-0.3.0.1: Developer tools for the Michelson Language

Safe HaskellNone
LanguageHaskell2010

Lorentz.Constraints

Synopsis

Documentation

type KnownValue a = (Typeable (ToT a), SingI (ToT a)) Source #

Gathers constraints, commonly required for values.

type NoOperation a = ForbidOp (ToT a) Source #

Ensure given type does not contain "operation".