machines-zlib-0.1.0: Decompression support for machines

Safe HaskellNone
LanguageHaskell2010

Data.Machine.Zlib

Synopsis

Documentation

gunzipper :: (Functor m, MonadIO m) => ProcessT m ByteString ByteString Source

Even though this doesn't actually do any IO, we stay in the IO monad like Data.Streaming.Zlib does, to avoid any unsafe "black magic".