Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

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

  2. TooManyHeaderFields :: HttpExceptionContent

    http-client Network.HTTP.Client.Internal

    Too many HTTP header fields were returned by the server.

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

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

    unliftio UnliftIO.Async

    Lifted waitAny.

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

    unliftio UnliftIO.Async

    Lifted waitAnyCancel.

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

    unliftio UnliftIO.Async

    Lifted waitAnyCatch.

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

    unliftio UnliftIO.Async

    Lifted waitAnyCatchCancel.

  8. waitAnyCatchSTM :: [Async a] -> STM (Async a, Either SomeException a)

    unliftio UnliftIO.Async

    A version of waitAnyCatch that can be used inside an STM transaction.

  9. waitAnySTM :: [Async a] -> STM (Async a, a)

    unliftio UnliftIO.Async

    A version of waitAny that can be used inside an STM transaction.

  10. catchAny :: MonadUnliftIO m => m a -> (SomeException -> m a) -> m a

    unliftio UnliftIO.Exception

    catch specialized to catch all synchronous exceptions.

Page 106 of many | Previous | Next