Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. consumeImproving :: (a :~> b) -> [a :~> b]

    test-framework Test.Framework.Providers.API

    No documentation available.

  2. asumC :: forall (m :: Type -> Type) f a o . (Monad m, Alternative f) => ConduitT (f a) o m (f a)

    conduit Conduit

    Alternatively combine all values in the stream.

  3. type Consumer i (m :: Type -> Type) r = forall o . () => ConduitT i o m r

    conduit Data.Conduit

    Deprecated: Use ConduitT directly

  4. toConsumer :: forall (m :: Type -> Type) a b o . Monad m => ConduitT a Void m b -> ConduitT a o m b

    conduit Data.Conduit

    Generalize a Sink to a Consumer. Since 1.0.0

  5. asum :: forall (m :: Type -> Type) f a o . (Monad m, Alternative f) => ConduitT (f a) o m (f a)

    conduit Data.Conduit.Combinators

    Alternatively combine all values in the stream.

  6. type Consumer i (m :: Type -> Type) r = forall o . () => ConduitT i o m r

    conduit Data.Conduit.Internal

    Deprecated: Use ConduitT directly

  7. connectResume :: Monad m => SealedConduitT () a m () -> ConduitT a Void m r -> m (SealedConduitT () a m (), r)

    conduit Data.Conduit.Internal

    Connect a Source to a Sink until the latter closes. Returns both the most recent state of the Source and the result of the Sink. Since 0.5.0

  8. connectResumeConduit :: forall (m :: Type -> Type) i o r . Monad m => SealedConduitT i o m () -> ConduitT o Void m r -> ConduitT i Void m (SealedConduitT i o m (), r)

    conduit Data.Conduit.Internal

    Connect a Conduit to a sink and return the output of the sink together with a new Conduit. Since 1.0.17

  9. toConsumer :: forall (m :: Type -> Type) a b o . Monad m => ConduitT a Void m b -> ConduitT a o m b

    conduit Data.Conduit.Internal

    Generalize a Sink to a Consumer. Since 1.0.0

  10. type StreamConsumer i (m :: Type -> Type) r = forall o . () => StreamConduitT i o m r

    conduit Data.Conduit.Internal.Fusion

    No documentation available.

Page 82 of many | Previous | Next