flat-0.4.4: Principled and efficient bit-oriented binary serialization.

Safe HaskellNone
LanguageHaskell2010

Flat

Description

Haskell implementation of Flat, a principled, portable and efficient binary data format.

Synopsis

Documentation

module Flat.Class

module Flat.Run

type Decoded a = Either DecodeException a Source #

A decoded value