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

Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. configFormatter :: Config -> Maybe Formatter

    hspec-core Test.Hspec.Core.Extension.Config

    Deprecated: Use useFormatter instead.

  2. defaultFormatConfig :: FormatConfig

    hspec-core Test.Hspec.Core.Format

    No documentation available.

  3. failedFormatter :: Formatter -> FormatM ()

    hspec-core Test.Hspec.Core.Formatters.V1

    No documentation available.

  4. footerFormatter :: Formatter -> FormatM ()

    hspec-core Test.Hspec.Core.Formatters.V1

    No documentation available.

  5. headerFormatter :: Formatter -> FormatM ()

    hspec-core Test.Hspec.Core.Formatters.V1

    No documentation available.

  6. before :: IO a -> SpecWith a -> Spec

    hspec-core Test.Hspec.Core.Hooks

    Run a custom action before every spec item.

  7. beforeAll :: HasCallStack => IO a -> SpecWith a -> Spec

    hspec-core Test.Hspec.Core.Hooks

    Run a custom action before the first spec item.

  8. beforeAllWith :: HasCallStack => (b -> IO a) -> SpecWith a -> SpecWith b

    hspec-core Test.Hspec.Core.Hooks

    Run a custom action with an argument before the first spec item.

  9. beforeAll_ :: HasCallStack => IO () -> SpecWith a -> SpecWith a

    hspec-core Test.Hspec.Core.Hooks

    Run a custom action before the first spec item.

  10. beforeWith :: (b -> IO a) -> SpecWith a -> SpecWith b

    hspec-core Test.Hspec.Core.Hooks

    Run a custom action before every spec item.

Page 507 of many | Previous | Next

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