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. annotatedExceptionCallStack :: AnnotatedException exception -> Maybe CallStack

    annotated-exception Control.Exception.Annotated.UnliftIO

    Retrieves the CallStack from an AnnotatedException if one is present. The library maintains an internal check that a single CallStack is present in the list, so this only returns the first one found. If you have added a CallStack directly to the [Annotation], then this will likely break.

  2. displayException :: Exception e => e -> String

    annotated-exception Control.Exception.Annotated.UnliftIO

    Render this exception value in a human-friendly manner. Default implementation: show.

  3. fromException :: Exception e => SomeException -> Maybe e

    annotated-exception Control.Exception.Annotated.UnliftIO

    No documentation available.

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

    annotated-exception Control.Exception.Annotated.UnliftIO

    toException should produce a SomeException with no attached ExceptionContext.

  5. AlreadyClosedException :: OpException

    fold-debounce Control.FoldDebounce

    You attempted to send after the trigger is already closed.

  6. data OpException

    fold-debounce Control.FoldDebounce

    Exception type used by FoldDebounce operations

  7. UnexpectedClosedException :: SomeException -> OpException

    fold-debounce Control.FoldDebounce

    The SomeException is thrown in the background thread.

  8. module Sound.Control.Exception.FinalException

    Exceptions for the other modules.

  9. data FinalException

    mmsyn7ukr-common Sound.Control.Exception.FinalException

    Data type FinalException is used to terminate the not needed further execution.

  10. newtype MPIException

    mpi-hs Control.Distributed.MPI.Storable

    Exception type indicating an error in a call to MPI

Page 30 of many | Previous | Next