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

Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. footerFormatter :: Formatter -> FormatM ()

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

    No documentation available.

  2. headerFormatter :: Formatter -> FormatM ()

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

    No documentation available.

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

    hspec-core Test.Hspec.Core.Hooks

    Run a custom action before every spec item.

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

    hspec-core Test.Hspec.Core.Hooks

    Run a custom action before the first spec item.

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

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

    hspec-core Test.Hspec.Core.Hooks

    Run a custom action before the first spec item.

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

    hspec-core Test.Hspec.Core.Hooks

    Run a custom action before every spec item.

  8. before_ :: IO () -> SpecWith a -> SpecWith a

    hspec-core Test.Hspec.Core.Hooks

    Run a custom action before every spec item.

  9. configAvailableFormatters :: Config -> [(String, FormatConfig -> IO Format)]

    hspec-core Test.Hspec.Core.Runner

    No documentation available.

  10. configFormat :: Config -> Maybe (FormatConfig -> IO Format)

    hspec-core Test.Hspec.Core.Runner

    No documentation available.

Page 508 of many | Previous | Next

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