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.
toException :: Exception e => e -> SomeExceptionmonadology Control.Monad.Ology.General.Throw toException should produce a SomeException with no attached ExceptionContext.
-
mpi-hs-binary Control.Distributed.MPI.Binary Exception type indicating an error in a call to MPI
MPIException :: String -> MPIExceptionmpi-hs-binary Control.Distributed.MPI.Binary No documentation available.
-
mpi-hs-cereal Control.Distributed.MPI.Serialize Exception type indicating an error in a call to MPI
MPIException :: String -> MPIExceptionmpi-hs-cereal Control.Distributed.MPI.Serialize No documentation available.
onException :: forall x m a . (MonadCatch m, Exception x) => (x -> m a) -> m a -> m aoops Control.Monad.Oops Catch an exception of the specified type x and call the the handler h
-
oops Control.Monad.Oops Catch an exception of the specified type x and throw it as an error
-
simple Web.Simple.Controller No documentation available.
onException :: Controller s a -> Controller s b -> Controller s asimple Web.Simple.Controller.Exception No documentation available.
-
simple Web.Simple.Controller.Trans No documentation available.