Michelson.Parser.Types
Description
Core parser types
type Parser = ReaderT LetEnv (Parsec CustomParserException Text) Source #
data LetEnv Source #
The environment containing lets from the let-block
Constructors
Fields
Defined in Michelson.Parser.Types
Methods
(==) :: LetEnv -> LetEnv -> Bool #
(/=) :: LetEnv -> LetEnv -> Bool #
showsPrec :: Int -> LetEnv -> ShowS #
show :: LetEnv -> String #
showList :: [LetEnv] -> ShowS #
def :: Parser a #
noLetEnv :: LetEnv Source #