Hoogle Search
Within LTS Haskell 24.2 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
toException :: Exception e => e -> SomeExceptionbase Control.Exception toException should produce a SomeException with no attached ExceptionContext.
-
base Control.Exception.Annotation No documentation available.
SomeExceptionAnnotation :: a -> SomeExceptionAnnotationbase Control.Exception.Annotation No documentation available.
displayExceptionAnnotation :: ExceptionAnnotation a => a -> Stringbase Control.Exception.Annotation Render the annotation for display to the user.
-
base Control.Exception.Base Arithmetic exceptions.
-
base Control.Exception.Base Exceptions generated by array operations
-
base Control.Exception.Base Asynchronous exceptions.
-
base Control.Exception.Base The exception thrown when an infinite cycle is detected in fixIO.
FixIOException :: FixIOExceptionbase Control.Exception.Base No documentation available.
-
base Control.Exception.Base Exceptions that occur in the IO monad. An IOException records a more specific error type, a descriptive string and maybe the handle that was used when the error was flagged.