Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. AlreadyClosedException :: OpException

    fold-debounce Control.FoldDebounce

    You attempted to send after the trigger is already closed.

  2. data OpException

    fold-debounce Control.FoldDebounce

    Exception type used by FoldDebounce operations

  3. UnexpectedClosedException :: SomeException -> OpException

    fold-debounce Control.FoldDebounce

    The SomeException is thrown in the background thread.

  4. module Sound.Control.Exception.FinalException

    Exceptions for the other modules.

  5. data FinalException

    mmsyn7ukr-common Sound.Control.Exception.FinalException

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

  6. newtype MPIException

    mpi-hs Control.Distributed.MPI.Storable

    Exception type indicating an error in a call to MPI

  7. MPIException :: String -> MPIException

    mpi-hs Control.Distributed.MPI.Storable

    No documentation available.

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

  9. data FailException

    FailT Control.Monad.Trans.Fail

    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

    No documentation available.

Page 31 of many | Previous | Next