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. pPrintList :: (Foldable f, Show a) => f a -> IO ()

    pretty-show Text.Show.Pretty

    Pretty print something that may be converted to a list as a list. Each entry is on a separate line, which means that we don't do clever pretty printing, and so this works well for large strucutures.

  2. configPrettyPrint :: Config -> Bool

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

    No documentation available.

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

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

    No documentation available.

  4. configPrintCpuTime :: Config -> Bool

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

    No documentation available.

  5. configPrintSlowItems :: Config -> Maybe Int

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

    No documentation available.

  6. formatConfigPrettyPrint :: FormatConfig -> Bool

    hspec-core Test.Hspec.Core.Format

    Deprecated: Use formatConfigPrettyPrintFunction instead

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

    hspec-core Test.Hspec.Core.Format

    No documentation available.

  8. formatConfigPrintCpuTime :: FormatConfig -> Bool

    hspec-core Test.Hspec.Core.Format

    No documentation available.

  9. formatConfigPrintTimes :: FormatConfig -> Bool

    hspec-core Test.Hspec.Core.Format

    No documentation available.

  10. formatConfigPrettyPrint :: FormatConfig -> Bool

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

    Deprecated: Use formatConfigPrettyPrintFunction instead

Page 178 of many | Previous | Next