Hoogle Search
Within LTS Haskell 24.20 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
pPrintList :: Pretty a => PrettyLevel -> [a] -> Doc annpretty Text.PrettyPrint.Annotated.HughesPJClass No documentation available.
pPrintPrec :: Pretty a => PrettyLevel -> Rational -> a -> Doc annpretty Text.PrettyPrint.Annotated.HughesPJClass No documentation available.
pPrint :: Pretty a => a -> Docpretty Text.PrettyPrint.HughesPJClass No documentation available.
pPrintList :: Pretty a => PrettyLevel -> [a] -> Docpretty Text.PrettyPrint.HughesPJClass No documentation available.
pPrintPrec :: Pretty a => PrettyLevel -> Rational -> a -> Docpretty Text.PrettyPrint.HughesPJClass No documentation available.