Michelson.Let
data LetType Source #
A programmer-defined type-synonym
Constructors
Fields
Defined in Michelson.Let
Methods
(==) :: LetType -> LetType -> Bool #
(/=) :: LetType -> LetType -> Bool #
showsPrec :: Int -> LetType -> ShowS #
show :: LetType -> String #
showList :: [LetType] -> ShowS #
toJSON :: LetType -> Value #
toEncoding :: LetType -> Encoding #
toJSONList :: [LetType] -> Value #
toEncodingList :: [LetType] -> Encoding #
parseJSON :: Value -> Parser LetType #
parseJSONList :: Value -> Parser [LetType] #
data LetValue Source #
A programmer-defined constant
(==) :: LetValue -> LetValue -> Bool #
(/=) :: LetValue -> LetValue -> Bool #
showsPrec :: Int -> LetValue -> ShowS #
show :: LetValue -> String #
showList :: [LetValue] -> ShowS #
toJSON :: LetValue -> Value #
toEncoding :: LetValue -> Encoding #
toJSONList :: [LetValue] -> Value #
toEncodingList :: [LetValue] -> Encoding #
parseJSON :: Value -> Parser LetValue #
parseJSONList :: Value -> Parser [LetValue] #