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

Safe HaskellNone
LanguageHaskell2010

Data.Flat.Decoder.Strict

Description

Strict Decoder

Synopsis

Documentation

decodeArrayWith :: Get a -> Get [a] #

decodeListWith :: Get a -> Get [a] #

dWord8 :: Get Word8 #

Return the 8 most significant bits (same as dBE8)