morley-1.20.0: Developer tools for the Michelson Language
Safe HaskellSafe-Inferred
LanguageHaskell2010

Morley.Micheline.Binary

Description

Module that define encoding and decoding function from Expression type to binary format.

Synopsis

Documentation

encodeExpression' :: Expression -> ByteString Source #

Same as encodeExpression, for strict bytestring.