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

Michelson.Parser.Value

Contents

Description

Parsing of untyped Michelson values.

Synopsis

Documentation

value' :: Parser ParsedOp -> Parser ParsedValue Source #

Parse untyped ParsedValue. Take instruction parser as argument to avoid cyclic dependencies between modules, hence ' in its name.

For tests