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

    mmsyn7ukr-common Sound.Control.Exception.FinalException

    Data type FinalException is used to terminate the not needed further execution.

  2. newtype MPIException

    mpi-hs Control.Distributed.MPI.Storable

    Exception type indicating an error in a call to MPI

  3. MPIException :: String -> MPIException

    mpi-hs Control.Distributed.MPI.Storable

    No documentation available.

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

  5. data FailException

    FailT Control.Monad.Trans.Fail

    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

    No documentation available.

  7. data FailException

    FailT Control.Monad.Trans.Fail.String

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

    No documentation available.

  9. data FailException

    FailT Control.Monad.Trans.Fail.Text

    An exception that is produced by the FailT monad transformer.

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

    FailT Control.Monad.Trans.Fail.Text

    No documentation available.

Page 31 of many | Previous | Next