| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Conduit.Parsers.Binary
Description
This module provides the GetC monad transformer,
and all functions, which could not be defined using GetC public interface only.
Documentation
class EncodingBytesWrote s where Source #
Minimal complete definition
Methods
encodingBytesWrote :: s -> Word64 Source #
Instances