morley-0.2.0.1: Developer tools for the Michelson Language

Safe HaskellNone
LanguageHaskell2010

Morley.Parser

Synopsis

Documentation

program :: Parsec CustomParserException Text (Contract ParsedOp) Source #

Michelson contract with let definitions

parseNoEnv :: Parser a -> String -> Text -> Either (ParseErrorBundle Text CustomParserException) a Source #

Parse with empty environment