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

Safe HaskellSafe-Inferred
LanguageHaskell2010

Codec.Compression.Zlib.Deflate

Documentation

computeCodeValues :: Ord a => [(a, Int)] -> [(a, Int, Int)] Source