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. MPIException :: String -> MPIException

    mpi-hs Control.Distributed.MPI.Storable

    No documentation available.

  2. runException :: Maybe Int -> [IO ()] -> IO ()

    pooled-io Control.Concurrent.PooledIO.Independent

    If a thread ends with an exception, then terminate all threads and forward that exception. runException Nothing chooses to use all capabilities, whereas runException (Just n) chooses n capabilities.

  3. data FailException

    FailT Control.Monad.Trans.Fail

    An exception that is produced by the FailT monad transformer.

  4. FailException :: forall e . (Typeable e, Show e) => [e] -> CallStack -> FailException

    FailT Control.Monad.Trans.Fail

    No documentation available.

  5. data FailException

    FailT Control.Monad.Trans.Fail.String

    An exception that is produced by the FailT monad transformer.

  6. FailException :: forall e . (Typeable e, Show e) => [e] -> CallStack -> FailException

    FailT Control.Monad.Trans.Fail.String

    No documentation available.

  7. data FailException

    FailT Control.Monad.Trans.Fail.Text

    An exception that is produced by the FailT monad transformer.

  8. FailException :: forall e . (Typeable e, Show e) => [e] -> CallStack -> FailException

    FailT Control.Monad.Trans.Fail.Text

    No documentation available.

  9. componentErrorOriginalException :: ComponentError -> !SomeException

    componentm Control.Monad.Component

    Exception that was originally thrown by the Application Callback

  10. componentErrorOriginalException :: ComponentError -> !SomeException

    componentm Control.Monad.Component.Internal.Types

    Exception that was originally thrown by the Application Callback

Page 31 of many | Previous | Next