Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. data ErrorCall

    ghc-internal GHC.Internal.Control.Exception

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

  2. pattern ErrorCall :: String -> ErrorCall

    ghc-internal GHC.Internal.Control.Exception

    No documentation available.

  3. ErrorCallWithLocation :: String -> String -> ErrorCall

    ghc-internal GHC.Internal.Control.Exception

    No documentation available.

  4. data NestedAtomically

    ghc-internal GHC.Internal.Control.Exception

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

  5. NestedAtomically :: NestedAtomically

    ghc-internal GHC.Internal.Control.Exception

    No documentation available.

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

    ghc-internal GHC.Internal.Control.Exception

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

  7. data ErrorCall

    ghc-internal GHC.Internal.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

    ghc-internal GHC.Internal.Control.Exception.Base

    No documentation available.

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

    ghc-internal GHC.Internal.Control.Exception.Base

    No documentation available.

  10. data NestedAtomically

    ghc-internal GHC.Internal.Control.Exception.Base

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

Page 492 of many | Previous | Next