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. consumeS :: forall (m :: Type -> Type) a . Monad m => StreamConsumer a m [a]

    conduit Data.Conduit.Internal.List.Stream

    No documentation available.

  2. consume :: forall (m :: Type -> Type) a o . Monad m => ConduitT a o m [a]

    conduit Data.Conduit.List

    Consume all values from the stream and return as a list. Note that this will pull all values into memory. Subject to fusion Since 0.3.0

  3. consumeRequestBodyLazy :: Request -> IO ByteString

    wai Network.Wai

    Synonym for lazyRequestBody. This function name is meant to signal the non-idempotent nature of lazyRequestBody.

  4. consumeRequestBodyStrict :: Request -> IO ByteString

    wai Network.Wai

    Synonym for strictRequestBody. This function name is meant to signal the non-idempotent nature of strictRequestBody.

  5. brConsume :: BodyReader -> IO [ByteString]

    http-client Network.HTTP.Client

    Strictly consume all remaining chunks of data from the stream. Since 0.1.0

  6. brConsume :: BodyReader -> IO [ByteString]

    http-client Network.HTTP.Client.Internal

    Strictly consume all remaining chunks of data from the stream. Since 0.1.0

  7. ppSummary :: MonadIO m => Summary -> m (Doc Markup)

    hedgehog Hedgehog.Internal.Report

    No documentation available.

  8. renderSummary :: MonadIO m => UseColor -> Summary -> m String

    hedgehog Hedgehog.Internal.Report

    No documentation available.

  9. panicInputNotFullyConsumed :: void

    prettyprinter Prettyprinter.Render.Util.Panic

    Raise a hard error when the »to SimpleDocTree« parser finishes without consuming the full input.

  10. newtype CopastroSum (p :: Type -> Type -> Type) a b

    profunctors Data.Profunctor.Choice

    CopastroSum -| CotambaraSum CopastroSum freely constructs costrength with respect to Either (aka Choice)

Page 83 of many | Previous | Next