Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.Machine.Zlib
- gunzipper :: (Functor m, MonadIO m) => ProcessT m ByteString ByteString
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".