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

Morley.Michelson.Parser.Type

Description

Parsing of Michelson types.

Synopsis

Documentation

type_ :: Parser le Ty Source #

This parses arbitrary type expressions.

Note that this includes parenthesized ones for efficiency, see t_operator. That is to say, int, (int), ((int)), etc will match with this parser and produce TInt.