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.
displayException :: Exception e => e -> Stringmonadology Control.Monad.Ology.General.Throw Render this exception value in a human-friendly manner. Default implementation: show.
fromException :: Exception e => SomeException -> Maybe emonadology Control.Monad.Ology.General.Throw No documentation available.
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.