Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
xmonad-contrib XMonad.Util.Font No documentation available.
-
A C printf(3)-like formatter. This version has been extended by Bart Massey as per the recommendations of John Meacham and Simon Marlow http://comments.gmane.org/gmane.comp.lang.haskell.libraries/4726 to support extensible formatting for new datatypes. It has also been extended to support almost all C printf(3) syntax.
-
base Text.Printf Typeclass of printf-formattable values. The formatArg method takes a value and a field format descriptor and either fails due to a bad descriptor or produces a ShowS as the result. The default parseFormat expects no modifiers: this is the normal case. Minimal instance: formatArg.
-
base Text.Printf The PrintfType class provides the variable argument magic for printf. Its implementation is intentionally not visible from this module. If you attempt to pass an argument of a type which is not an instance of this class to printf or hPrintf, then the compiler will report it as a missing instance of PrintfArg.
-
QuickCheck Test.QuickCheck PrintableString: generates a printable unicode String. The string will not contain surrogate pairs.
PrintableString :: String -> PrintableStringQuickCheck Test.QuickCheck No documentation available.
-
QuickCheck Test.QuickCheck.Modifiers PrintableString: generates a printable unicode String. The string will not contain surrogate pairs.
PrintableString :: String -> PrintableStringQuickCheck Test.QuickCheck.Modifiers No documentation available.
PrintHeading :: String -> IO () -> TestOutput -> TestOutputtasty Test.Tasty.Ingredients.ConsoleReporter Printing a test group.
PrintTest :: String -> IO () -> (Progress -> IO ()) -> (Result -> IO ()) -> TestOutputtasty Test.Tasty.Ingredients.ConsoleReporter Printing a test.