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.
readMany :: Read a => String -> [a]utility-ht Text.Read.HT No documentation available.
TooManyHeaderFields :: HttpExceptionContenthttp-conduit Network.HTTP.Client.Conduit Too many HTTP header fields were returned by the server.
TooManyRedirects :: [Response ByteString] -> HttpExceptionContenthttp-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.
TooManyHeaderFields :: HttpExceptionContenthttp-conduit Network.HTTP.Conduit Too many HTTP header fields were returned by the server.
TooManyRedirects :: [Response ByteString] -> HttpExceptionContenthttp-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.
catchAny :: (HasCallStack, MonadCatch m) => m a -> (SomeException -> m a) -> m asafe-exceptions Control.Exception.Safe catch specialized to catch all synchronous exception
-
safe-exceptions Control.Exception.Safe catchDeep specialized to catch all synchronous exception
handleAny :: (HasCallStack, MonadCatch m) => (SomeException -> m a) -> m a -> m asafe-exceptions Control.Exception.Safe Flipped version of catchAny
-
safe-exceptions Control.Exception.Safe Flipped version of catchAnyDeep
tryAny :: (HasCallStack, MonadCatch m) => m a -> m (Either SomeException a)safe-exceptions Control.Exception.Safe try specialized to catch all synchronous exceptions