Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

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

    monadology Control.Monad.Ology.General.Throw

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

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

    monadology Control.Monad.Ology.General.Throw

    No documentation available.

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

    monadology Control.Monad.Ology.General.Throw

    toException should produce a SomeException with no attached ExceptionContext.

  4. newtype MPIException

    mpi-hs-binary Control.Distributed.MPI.Binary

    Exception type indicating an error in a call to MPI

  5. MPIException :: String -> MPIException

    mpi-hs-binary Control.Distributed.MPI.Binary

    No documentation available.

  6. newtype MPIException

    mpi-hs-cereal Control.Distributed.MPI.Serialize

    Exception type indicating an error in a call to MPI

  7. MPIException :: String -> MPIException

    mpi-hs-cereal Control.Distributed.MPI.Serialize

    No documentation available.

  8. onException :: forall x m a . (MonadCatch m, Exception x) => (x -> m a) -> m a -> m a

    oops Control.Monad.Oops

    Catch an exception of the specified type x and call the the handler h

  9. onExceptionThrow :: forall x (e :: [Type]) m a . (MonadCatch m, Exception x, MonadError (Variant e) m, CouldBe e x) => m a -> m a

    oops Control.Monad.Oops

    Catch an exception of the specified type x and throw it as an error

  10. data ControllerException

    simple Web.Simple.Controller

    No documentation available.

Page 36 of many | Previous | Next