Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. toException :: Exception e => e -> SomeException

    exception-transformers Control.Monad.Exception

    toException should produce a SomeException with no attached ExceptionContext.

  2. data RWLockException

    SafeSemaphore Control.Concurrent.FairRWLock

    Exception type thrown or returned by this module. "Impossible" conditions get the error thrown and usage problems get the error returned.

  3. RWLockException :: ThreadId -> RWLockExceptionKind -> String -> RWLockException

    SafeSemaphore Control.Concurrent.FairRWLock

    No documentation available.

  4. data RWLockExceptionKind

    SafeSemaphore Control.Concurrent.FairRWLock

    Operation in which error arose,

  5. data MutexException

    scheduler Control.Scheduler

    Exception that gets thrown whenever concurrent access is attempted to the WorkerStates

  6. MutexException :: MutexException

    scheduler Control.Scheduler

    No documentation available.

  7. data AnnotatedException exception

    annotated-exception Control.Exception.Annotated

    The AnnotatedException type wraps an exception with a [Annotation]. This can provide a sort of a manual stack trace with programmer provided data.

  8. AnnotatedException :: [Annotation] -> exception -> AnnotatedException exception

    annotated-exception Control.Exception.Annotated

    No documentation available.

  9. data SomeException

    annotated-exception Control.Exception.Annotated

    The SomeException type is the root of the exception type hierarchy. When an exception of type e is thrown, behind the scenes it is encapsulated in a SomeException.

  10. SomeException :: e -> SomeException

    annotated-exception Control.Exception.Annotated

    No documentation available.

Page 28 of many | Previous | Next