Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. pattern ErrorCall :: String -> ErrorCall

    base Control.Exception

    No documentation available.

  2. ErrorCallWithLocation :: String -> String -> ErrorCall

    base Control.Exception

    No documentation available.

  3. data NestedAtomically

    base Control.Exception

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

  4. NestedAtomically :: NestedAtomically

    base Control.Exception

    No documentation available.

  5. finally :: IO a -> IO b -> IO a

    base Control.Exception

    A specialised variant of bracket with just a computation to run afterward.

  6. HasCallStackBacktrace :: BacktraceMechanism

    base Control.Exception.Backtrace

    collect HasCallStack backtraces

  7. data ErrorCall

    base Control.Exception.Base

    This is thrown when the user calls error. The first String is the argument given to error, second String is the location.

  8. pattern ErrorCall :: String -> ErrorCall

    base Control.Exception.Base

    No documentation available.

  9. ErrorCallWithLocation :: String -> String -> ErrorCall

    base Control.Exception.Base

    No documentation available.

  10. data NestedAtomically

    base Control.Exception.Base

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

Page 179 of many | Previous | Next