morley-1.16.3: Developer tools for the Michelson Language
Safe HaskellNone
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.