Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. yieldMany :: forall (m :: Type -> Type) mono i . (Monad m, MonoFoldable mono) => mono -> ConduitT i (Element mono) m ()

    conduit Conduit

    Yield each of the values contained by the given MonoFoldable. This will work on many data structures, including lists, ByteStrings, and Vectors. Subject to fusion

  2. yieldMany :: forall (m :: Type -> Type) mono i . (Monad m, MonoFoldable mono) => mono -> ConduitT i (Element mono) m ()

    conduit Data.Conduit.Combinators

    Yield each of the values contained by the given MonoFoldable. This will work on many data structures, including lists, ByteStrings, and Vectors. Subject to fusion

  3. yieldManyS :: forall (m :: Type -> Type) mono . (Monad m, MonoFoldable mono) => mono -> StreamProducer m (Element mono)

    conduit Data.Conduit.Combinators.Stream

    No documentation available.

  4. TooManyHeaderFields :: HttpExceptionContent

    http-client Network.HTTP.Client

    Too many HTTP header fields were returned by the server.

  5. TooManyRedirects :: [Response ByteString] -> HttpExceptionContent

    http-client Network.HTTP.Client

    The server responded with too many redirects for a request. Contains the list of encountered responses containing redirects in reverse chronological order; including last redirect, which triggered the exception and was not followed.

  6. TooManyHeaderFields :: HttpExceptionContent

    http-client Network.HTTP.Client.Internal

    Too many HTTP header fields were returned by the server.

  7. TooManyRedirects :: [Response ByteString] -> HttpExceptionContent

    http-client Network.HTTP.Client.Internal

    The server responded with too many redirects for a request. Contains the list of encountered responses containing redirects in reverse chronological order; including last redirect, which triggered the exception and was not followed.

  8. waitAny :: MonadIO m => [Async a] -> m (Async a, a)

    unliftio UnliftIO.Async

    Lifted waitAny.

  9. waitAnyCancel :: MonadIO m => [Async a] -> m (Async a, a)

    unliftio UnliftIO.Async

    Lifted waitAnyCancel.

  10. waitAnyCatch :: MonadIO m => [Async a] -> m (Async a, Either SomeException a)

    unliftio UnliftIO.Async

    Lifted waitAnyCatch.

Page 107 of many | Previous | Next