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.Base toException should produce a SomeException with no attached ExceptionContext.
addExceptionAnnotation :: ExceptionAnnotation a => a -> ExceptionContext -> ExceptionContextbase Control.Exception.Context Construct a singleton ExceptionContext from an ExceptionAnnotation.
displayExceptionContext :: ExceptionContext -> Stringbase Control.Exception.Context Render ExceptionContext to a human-readable String.
emptyExceptionContext :: ExceptionContextbase Control.Exception.Context An ExceptionContext containing no annotations.
getAllExceptionAnnotations :: ExceptionContext -> [SomeExceptionAnnotation]base Control.Exception.Context No documentation available.
getExceptionAnnotations :: ExceptionAnnotation a => ExceptionContext -> [a]base Control.Exception.Context Retrieve all ExceptionAnnotations of the given type from an ExceptionContext.
ExitCaseException :: SomeException -> ExitCase aexceptions Control.Monad.Catch No documentation available.
-
exceptions Control.Monad.Catch No documentation available.
SomeException :: e -> SomeExceptionexceptions Control.Monad.Catch No documentation available.
displayException :: Exception e => e -> Stringexceptions Control.Monad.Catch No documentation available.