Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
wai-extra Network.Wai.Middleware.RequestLogger Just like FromHeader, but falls back on the peer address if header is not found.
forkFinally :: MonadBaseControl IO m => m a -> (Either SomeException a -> m ()) -> m ThreadIdlifted-base Control.Concurrent.Lifted Generalized version of forkFinally. Note that in forkFinally action and_then, while the forked action and the and_then function have access to the captured state, all their side-effects in m are discarded. They're run only for their side-effects in IO.
-
lifted-base Control.Exception.Lifted This is thrown when the user calls error. The first String is the argument given to error, second String is the location.
pattern
ErrorCall :: String -> ErrorCalllifted-base Control.Exception.Lifted No documentation available.
ErrorCallWithLocation :: String -> String -> ErrorCalllifted-base Control.Exception.Lifted No documentation available.
-
lifted-base Control.Exception.Lifted Thrown when the program attempts to call atomically, from the stm package, inside another call to atomically.
NestedAtomically :: NestedAtomicallylifted-base Control.Exception.Lifted No documentation available.
finally :: MonadBaseControl IO m => m a -> m b -> m alifted-base Control.Exception.Lifted Generalized version of finally. Note, any monadic side effects in m of the "afterward" computation will be discarded.
configRerunAllOnSuccess :: Config -> Boolhspec-core Test.Hspec.Core.Extension.Config No documentation available.
configSmallCheckDepth :: Config -> Maybe Inthspec-core Test.Hspec.Core.Extension.Config No documentation available.