Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. sdocPrintExplicitRuntimeReps :: SDocContext -> !Bool

    ghc GHC.Utils.Outputable

    No documentation available.

  2. sdocPrintPotentialInstances :: SDocContext -> !Bool

    ghc GHC.Utils.Outputable

    No documentation available.

  3. sdocPrintTypeAbbreviations :: SDocContext -> !Bool

    ghc GHC.Utils.Outputable

    No documentation available.

  4. sdocPrintTypecheckerElaboration :: SDocContext -> !Bool

    ghc GHC.Utils.Outputable

    No documentation available.

  5. sdocPrintUnicodeSyntax :: SDocContext -> !Bool

    ghc GHC.Utils.Outputable

    No documentation available.

  6. txtPrinter :: TextDetails -> String -> String

    ghc GHC.Utils.Ppr

    Default TextDetails printer

  7. pPrint :: Show a => a -> IO ()

    pretty-show Text.Show.Pretty

    Pretty print a generic value to stdout. This is particularly useful in the GHCi interactive environment.

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

  9. configPrettyPrint :: Config -> Bool

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

    No documentation available.

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

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

    No documentation available.

Page 289 of many | Previous | Next