• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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

    FailT Control.Monad.Trans.Fail.String

    An exception that is produced by the FailT monad transformer.

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

    FailT Control.Monad.Trans.Fail.String

    No documentation available.

  3. data FailException

    FailT Control.Monad.Trans.Fail.Text

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

    No documentation available.

  5. componentErrorOriginalException :: ComponentError -> !SomeException

    componentm Control.Monad.Component

    Exception that was originally thrown by the Application Callback

  6. componentErrorOriginalException :: ComponentError -> !SomeException

    componentm Control.Monad.Component.Internal.Types

    Exception that was originally thrown by the Application Callback

  7. asIOException :: IOException -> IOException

    enclosed-exceptions Control.Exception.Enclosed

    Since 0.5.6

  8. asSomeException :: SomeException -> SomeException

    enclosed-exceptions Control.Exception.Enclosed

    Since 0.5.6

  9. data FixParException

    monad-par Control.Monad.Par.Scheds.Direct

    No documentation available.

  10. FixParException :: FixParException

    monad-par Control.Monad.Par.Scheds.Direct

    No documentation available.

Page 32 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete