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.

  1. module Data.Conduit

    If this is your first time with conduit, you should probably start with the tutorial: https://github.com/snoyberg/conduit#readme.

  2. type Conduit i (m :: Type -> Type) o = ConduitT i o m ()

    conduit Data.Conduit

    Deprecated: Use ConduitT directly

  3. type Conduit i (m :: Type -> Type) o = ConduitT i o m ()

    conduit Data.Conduit.Internal

    Deprecated: Use ConduitT directly

  4. 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.

  5. module Data.Csv.Conduit

    Conduit interface for cassava

  6. module Data.CSV.Conduit

    No documentation available.

  7. module Data.IDX.Conduit

    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/

  8. conduit :: forall a (m :: Type -> Type) r . (a ~ ByteString, Monad m) => ConduitT a ByteString m r -> Segment m r

    shell-conduit Data.Conduit.Shell

    Lift a conduit into a segment.

  9. conduit :: forall a (m :: Type -> Type) r . (a ~ ByteString, Monad m) => ConduitT a ByteString m r -> Segment m r

    shell-conduit Data.Conduit.Shell.Process

    Lift a conduit into a segment.

  10. type ConduitM = ConduitT

    conduit Data.Conduit

    Same as ConduitT, for backwards compat

Page 1 of many | Next