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

Michelson.Parser.Annotations

Synopsis

Documentation

note :: forall tag. KnownAnnTag tag => Parser (Annotation tag) Source #

General TVF Annotation parser, including Special Annotations

permute2Def :: (Default a, Default b, Monad f, Alternative f) => f a -> f b -> f (a, b) Source #

permute3Def :: (Default a, Default b, Default c, Monad f, Alternative f) => f a -> f b -> f c -> f (a, b, c) Source #