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

Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. formatConfigPrettyPrintFunction :: FormatConfig -> Maybe (String -> String -> (String, String))

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

    No documentation available.

  2. formatConfigPrintCpuTime :: FormatConfig -> Bool

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

    No documentation available.

  3. formatConfigPrintTimes :: FormatConfig -> Bool

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

    No documentation available.

  4. prettyPrint :: FormatM Bool

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

    Deprecated: use prettyPrintFunction instead

  5. prettyPrintFunction :: FormatM (Maybe (String -> String -> (String, String)))

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

    Return a function for pretty-printing if the user requested pretty diffs, Nothing otherwise.

  6. configPrettyPrint :: Config -> Bool

    hspec-core Test.Hspec.Core.Runner

    No documentation available.

  7. configPrettyPrintFunction :: Config -> Bool -> String -> String -> (String, String)

    hspec-core Test.Hspec.Core.Runner

    No documentation available.

  8. configPrintCpuTime :: Config -> Bool

    hspec-core Test.Hspec.Core.Runner

    No documentation available.

  9. configPrintSlowItems :: Config -> Maybe Int

    hspec-core Test.Hspec.Core.Runner

    No documentation available.

  10. module GHC.Fingerprint

    No documentation available.

Page 179 of many | Previous | Next

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