| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Michelson.Typed.T
Description
Module, providing T data type, representing Michelson
language types without annotations.
Documentation
Michelson language type with annotations stripped off.
Constructors
| TKey | |
| TUnit | |
| TSignature | |
| TChainId | |
| TOption T | |
| TList T | |
| TSet T | |
| TOperation | |
| TContract T | |
| TPair T T | |
| TOr T T | |
| TLambda T T | |
| TMap T T | |
| TBigMap T T | |
| TInt | |
| TNat | |
| TString | |
| TBytes | |
| TMutez | |
| TBool | |
| TKeyHash | |
| TTimestamp | |
| TAddress |
Instances
buildStack :: [T] -> Builder Source #
Format type stack in a pretty way.