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.
-
tasty Test.Tasty.Providers.ConsoleFormat An action that prints additional information about a test using colors/formatting; see testFailedDetails and resultDetailsPrinter. As input, this action is provided with the current indentation level and a ConsoleFormatPrinter, which tells it how perform output. This is a newtype to allow a Show instance.
ResultDetailsPrinter :: (Int -> ConsoleFormatPrinter -> IO ()) -> ResultDetailsPrintertasty Test.Tasty.Providers.ConsoleFormat No documentation available.
resultDetailsPrinter :: Result -> ResultDetailsPrintertasty Test.Tasty.Runners An action that prints additional information about a test. This is similar to resultDescription except it can produce colorful/formatted output; see Test.Tasty.Providers.ConsoleFormat. This can be used instead of or in addition to resultDescription. Usually this is set to noResultDetails, which does nothing.
pprint :: Ppr a => a -> Stringtemplate-haskell Language.Haskell.TH No documentation available.
pprint :: Ppr a => a -> Stringtemplate-haskell Language.Haskell.TH.Ppr No documentation available.
arbitraryPrintableChar :: Gen Chartasty-quickcheck Test.Tasty.QuickCheck Generates a printable Unicode character.
getPrintableString :: PrintableString -> Stringtasty-quickcheck Test.Tasty.QuickCheck No documentation available.
-
criterion Criterion.IO.Printf An internal class that acts like Printf/HPrintf. The implementation is visible to the rest of the program, but the details of the class are not.
-
Provides a collection of pretty printer combinators, a set of API's that provides a way to easily print out text in a consistent format of your choosing. This module should be used as opposed to the HughesPJ module. Both are equivalent though as this module simply re-exports the other.
pPrint :: Pretty a => a -> Doc annpretty Text.PrettyPrint.Annotated.HughesPJClass No documentation available.