morley-0.3.0: Developer tools for the Michelson Language

Safe HaskellNone
LanguageHaskell2010

Michelson.Let

Synopsis

Documentation

data LetType Source #

A programmer-defined type-synonym

Constructors

LetType 

Fields

Instances
Eq LetType Source # 
Instance details

Defined in Michelson.Let

Methods

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

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

Show LetType Source # 
Instance details

Defined in Michelson.Let

ToJSON LetType Source # 
Instance details

Defined in Michelson.Let

FromJSON LetType Source # 
Instance details

Defined in Michelson.Let

data LetValue Source #

A programmer-defined constant

Constructors

LetValue 
Instances
Eq LetValue Source # 
Instance details

Defined in Michelson.Let

Show LetValue Source # 
Instance details

Defined in Michelson.Let

ToJSON LetValue Source # 
Instance details

Defined in Michelson.Let

FromJSON LetValue Source # 
Instance details

Defined in Michelson.Let