Safe Haskell | None |
---|---|
Language | Haskell2010 |
Module, providing T
data type, representing Michelson
language types without annotations.
Documentation
Michelson language type with annotations stripped off.
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.