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.
-
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.
pattern
ErrorCall :: String -> ErrorCallghc-internal GHC.Internal.Control.Exception No documentation available.
ErrorCallWithLocation :: String -> String -> ErrorCallghc-internal GHC.Internal.Control.Exception No documentation available.
-
ghc-internal GHC.Internal.Control.Exception Thrown when the program attempts to call atomically, from the stm package, inside another call to atomically.
NestedAtomically :: NestedAtomicallyghc-internal GHC.Internal.Control.Exception No documentation available.
finally :: IO a -> IO b -> IO aghc-internal GHC.Internal.Control.Exception A specialised variant of bracket with just a computation to run afterward.
-
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.
pattern
ErrorCall :: String -> ErrorCallghc-internal GHC.Internal.Control.Exception.Base No documentation available.
ErrorCallWithLocation :: String -> String -> ErrorCallghc-internal GHC.Internal.Control.Exception.Base No documentation available.
-
ghc-internal GHC.Internal.Control.Exception.Base Thrown when the program attempts to call atomically, from the stm package, inside another call to atomically.