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. readMany :: Read a => String -> [a]

    utility-ht Text.Read.HT

    No documentation available.

  2. TooManyHeaderFields :: HttpExceptionContent

    http-conduit Network.HTTP.Client.Conduit

    Too many HTTP header fields were returned by the server.

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

    http-conduit Network.HTTP.Client.Conduit

    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. TooManyHeaderFields :: HttpExceptionContent

    http-conduit Network.HTTP.Conduit

    Too many HTTP header fields were returned by the server.

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

    http-conduit Network.HTTP.Conduit

    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. catchAny :: (HasCallStack, MonadCatch m) => m a -> (SomeException -> m a) -> m a

    safe-exceptions Control.Exception.Safe

    catch specialized to catch all synchronous exception

  7. catchAnyDeep :: (HasCallStack, MonadCatch m, MonadIO m, NFData a) => m a -> (SomeException -> m a) -> m a

    safe-exceptions Control.Exception.Safe

    catchDeep specialized to catch all synchronous exception

  8. handleAny :: (HasCallStack, MonadCatch m) => (SomeException -> m a) -> m a -> m a

    safe-exceptions Control.Exception.Safe

    Flipped version of catchAny

  9. handleAnyDeep :: (HasCallStack, MonadCatch m, MonadIO m, NFData a) => (SomeException -> m a) -> m a -> m a

    safe-exceptions Control.Exception.Safe

    Flipped version of catchAnyDeep

  10. tryAny :: (HasCallStack, MonadCatch m) => m a -> m (Either SomeException a)

    safe-exceptions Control.Exception.Safe

    try specialized to catch all synchronous exceptions

Page 110 of many | Previous | Next