Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
data
ConduitT i o (m :: Type -> Type) rconduit Data.Conduit Core datatype of the conduit package. This type represents a general component which can consume a stream of input values i, produce a stream of output values o, perform actions in the m monad, and produce a final result r. The type synonyms provided here are simply wrappers around this type. Since 1.3.0
-
conduit Data.Conduit.Internal Same as ConduitT, for backwards compat
newtype
ConduitT i o (m :: Type -> Type) rconduit Data.Conduit.Internal Core datatype of the conduit package. This type represents a general component which can consume a stream of input values i, produce a stream of output values o, perform actions in the m monad, and produce a final result r. The type synonyms provided here are simply wrappers around this type. Since 1.3.0
-
conduit Data.Conduit.Internal No documentation available.
data
ConduitWithStream i o (m :: Type -> Type) rconduit Data.Conduit.Internal.Fusion No documentation available.
type
ConduitErrorHandler (m :: Type -> Type) o = String -> ConduitT ByteString o m ()cereal-conduit Data.Conduit.Cereal.Internal What should we do if the Get fails?
data
ConduitParser i (m :: Type -> Type) aconduit-parse Data.Conduit.Parser Core type of the package. This is basically a Sink with a parsing state.
-
conduit-parse Data.Conduit.Parser No documentation available.
-
conduit Data.Conduit.Combinators Break up a stream of values into vectors of size n. The final vector may be smaller than n if the total number of values is not a strict multiple of n. No empty vectors will be yielded.
-
conduit Data.Conduit.Internal No documentation available.