morley-1.20.0: Developer tools for the Michelson Language
Safe HaskellSafe-Inferred
LanguageHaskell2010

Morley.Michelson.Parser.Type

Description

Parsing of Michelson types.

Synopsis

Documentation

type_ :: Parser Ty Source #

This parses arbitrary type expressions.

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