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

Morley.Michelson.Let

Synopsis

Documentation

data LetType Source #

Deprecated: Let macros are deprecated

A programmer-defined type-synonym

Constructors

LetType

Deprecated: Let macros are deprecated

Fields

Instances

Instances details
Eq LetType Source # 
Instance details

Defined in Morley.Michelson.Let

Methods

(==) :: LetType -> LetType -> Bool #

(/=) :: LetType -> LetType -> Bool #

Show LetType Source # 
Instance details

Defined in Morley.Michelson.Let

ToJSON LetType Source # 
Instance details

Defined in Morley.Michelson.Let

FromJSON LetType Source # 
Instance details

Defined in Morley.Michelson.Let

data LetValue Source #

Deprecated: Let macros are deprecated

A programmer-defined constant

Constructors

LetValue

Deprecated: Let macros are deprecated

Fields

Instances

Instances details
Eq LetValue Source # 
Instance details

Defined in Morley.Michelson.Let

Show LetValue Source # 
Instance details

Defined in Morley.Michelson.Let

ToJSON LetValue Source # 
Instance details

Defined in Morley.Michelson.Let

FromJSON LetValue Source # 
Instance details

Defined in Morley.Michelson.Let