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.
-
If this is your first time with conduit, you should probably start with the tutorial: https://github.com/snoyberg/conduit#readme.
type
Conduit i (m :: Type -> Type) o = ConduitT i o m ()conduit Data.Conduit Deprecated: Use ConduitT directly
type
Conduit i (m :: Type -> Type) o = ConduitT i o m ()conduit Data.Conduit.Internal Deprecated: Use ConduitT directly
module Database.Beam.Postgres.
Conduit More efficient query execution functions for beam-postgres. These functions use the conduit package, to execute beam-postgres statements in an arbitrary MonadIO. These functions may be more efficient for streaming operations than MonadBeam.
-
Conduit interface for cassava
-
No documentation available.
-
Streaming (de)serialization and encode-decode functions for the IDX format used in the MNIST handwritten digit recognition dataset [1]. Both sparse and dense decoders are provided. In either case, the range of the data is the same as the raw data (one unsigned byte per pixel).
Links
1) http://yann.lecun.com/exdb/mnist/ -
shell-conduit Data.Conduit.Shell Lift a conduit into a segment.
-
shell-conduit Data.Conduit.Shell.Process Lift a conduit into a segment.
-
conduit Data.Conduit Same as ConduitT, for backwards compat
Page 1 of many | Next