Safe Haskell | None |
---|---|
Language | Haskell2010 |
Printing lorentz contracts.
Synopsis
- printLorentzValue :: forall v. NicePrintedValue v => Bool -> v -> LText
- printLorentzContract :: forall cp st. (NiceParameterFull cp, NiceStorage st) => Bool -> Contract cp st -> LText
Documentation
printLorentzValue :: forall v. NicePrintedValue v => Bool -> v -> LText Source #
Pretty-print a Haskell value as Michelson one.
printLorentzContract :: forall cp st. (NiceParameterFull cp, NiceStorage st) => Bool -> Contract cp st -> LText Source #
Pretty-print a Lorentz contract into Michelson code.