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

    monadology Control.Monad.Ology.General.Throw

    toException should produce a SomeException with no attached ExceptionContext.

  2. newtype MPIException

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

    Exception type indicating an error in a call to MPI

  3. MPIException :: String -> MPIException

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

    No documentation available.

  4. newtype MPIException

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

    Exception type indicating an error in a call to MPI

  5. MPIException :: String -> MPIException

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

    No documentation available.

  6. 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

  7. 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

  8. data ControllerException

    simple Web.Simple.Controller

    No documentation available.

  9. onException :: Controller s a -> Controller s b -> Controller s a

    simple Web.Simple.Controller.Exception

    No documentation available.

  10. data ControllerException

    simple Web.Simple.Controller.Trans

    No documentation available.

Page 36 of many | Previous | Next