Safe Haskell | None |
---|---|
Language | Haskell2010 |
Module that define encoding and decoding function from Expression type to binary format.
Synopsis
Documentation
decodeExpression :: HasCallStack => ByteString -> Expression Source #
Partial version of eitherDecodeExpression
.
eitherDecodeExpression :: ByteString -> Either UnpackError Expression Source #
Decode Expression
from ByteString
.
encodeExpression :: Expression -> ByteString Source #
Encode Expression
to ByteString
.