flat-0.4.4.0.0.0.0.2: Principled and efficient bit-oriented binary serialization.
Safe Haskell Safe-Inferred
Language Haskell2010

Flat.Decoder.Types

Description

Strict Decoder Types

Synopsis

Documentation

newtype Get a Source #

A decoder.

Given: * end of input buffer * current position in input buffer

returns: * decoded value * new position in input buffer