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.

  1. FromFallback :: IPAddrSource

    wai-extra Network.Wai.Middleware.RequestLogger

    Just like FromHeader, but falls back on the peer address if header is not found.

  2. forkFinally :: MonadBaseControl IO m => m a -> (Either SomeException a -> m ()) -> m ThreadId

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

  3. data ErrorCall

    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.

  4. pattern ErrorCall :: String -> ErrorCall

    lifted-base Control.Exception.Lifted

    No documentation available.

  5. ErrorCallWithLocation :: String -> String -> ErrorCall

    lifted-base Control.Exception.Lifted

    No documentation available.

  6. data NestedAtomically

    lifted-base Control.Exception.Lifted

    Thrown when the program attempts to call atomically, from the stm package, inside another call to atomically.

  7. NestedAtomically :: NestedAtomically

    lifted-base Control.Exception.Lifted

    No documentation available.

  8. finally :: MonadBaseControl IO m => m a -> m b -> m a

    lifted-base Control.Exception.Lifted

    Generalized version of finally. Note, any monadic side effects in m of the "afterward" computation will be discarded.

  9. configRerunAllOnSuccess :: Config -> Bool

    hspec-core Test.Hspec.Core.Extension.Config

    No documentation available.

  10. configSmallCheckDepth :: Config -> Maybe Int

    hspec-core Test.Hspec.Core.Extension.Config

    No documentation available.

Page 332 of many | Previous | Next