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.
pattern
ErrorCall :: String -> ErrorCallbase Control.Exception No documentation available.
ErrorCallWithLocation :: String -> String -> ErrorCallbase Control.Exception No documentation available.
-
base Control.Exception Thrown when the program attempts to call atomically, from the stm package, inside another call to atomically.
NestedAtomically :: NestedAtomicallybase Control.Exception No documentation available.
finally :: IO a -> IO b -> IO abase Control.Exception A specialised variant of bracket with just a computation to run afterward.
HasCallStackBacktrace :: BacktraceMechanismbase Control.Exception.Backtrace collect HasCallStack backtraces
-
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.
pattern
ErrorCall :: String -> ErrorCallbase Control.Exception.Base No documentation available.
ErrorCallWithLocation :: String -> String -> ErrorCallbase Control.Exception.Base No documentation available.
-
base Control.Exception.Base Thrown when the program attempts to call atomically, from the stm package, inside another call to atomically.