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. formatConfigPrettyPrintFunction :: FormatConfig -> Maybe (String -> String -> (String, String))

    hspec-core Test.Hspec.Core.Format

    No documentation available.

  2. formatConfigPrintCpuTime :: FormatConfig -> Bool

    hspec-core Test.Hspec.Core.Format

    No documentation available.

  3. formatConfigPrintTimes :: FormatConfig -> Bool

    hspec-core Test.Hspec.Core.Format

    No documentation available.

  4. formatConfigPrettyPrint :: FormatConfig -> Bool

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

    Deprecated: Use formatConfigPrettyPrintFunction instead

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

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

    No documentation available.

  6. formatConfigPrintCpuTime :: FormatConfig -> Bool

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

    No documentation available.

  7. formatConfigPrintTimes :: FormatConfig -> Bool

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

    No documentation available.

  8. prettyPrint :: FormatM Bool

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

    Deprecated: use prettyPrintFunction instead

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

  10. configPrettyPrint :: Config -> Bool

    hspec-core Test.Hspec.Core.Runner

    No documentation available.

Page 290 of many | Previous | Next