pure-zlib-0.4: A Haskell-only implementation of zlib / DEFLATE

Safe HaskellSafe-Inferred
LanguageHaskell2010

Codec.Compression.Zlib.Monad

Contents

Synopsis

Documentation

type DeflateM = State DecompressState Source

Getting data from the input stream.

nextBits :: (Num a, Bits a) => Int -> DeflateM a Source

Aligning

Emitting data

Getting output