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.

  1. printStringXMF :: (Functor m, MonadIO m) => Display -> Drawable -> XMonadFont -> GC -> String -> String -> Position -> Position -> String -> m ()

    xmonad-contrib XMonad.Util.Font

    No documentation available.

  2. module Text.Printf

    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.

  3. class PrintfArg a

    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.

  4. class PrintfType t

    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.

  5. newtype PrintableString

    QuickCheck Test.QuickCheck

    PrintableString: generates a printable unicode String. The string will not contain surrogate pairs.

  6. PrintableString :: String -> PrintableString

    QuickCheck Test.QuickCheck

    No documentation available.

  7. newtype PrintableString

    QuickCheck Test.QuickCheck.Modifiers

    PrintableString: generates a printable unicode String. The string will not contain surrogate pairs.

  8. PrintableString :: String -> PrintableString

    QuickCheck Test.QuickCheck.Modifiers

    No documentation available.

  9. PrintHeading :: String -> IO () -> TestOutput -> TestOutput

    tasty Test.Tasty.Ingredients.ConsoleReporter

    Printing a test group.

  10. PrintTest :: String -> IO () -> (Progress -> IO ()) -> (Result -> IO ()) -> TestOutput

    tasty Test.Tasty.Ingredients.ConsoleReporter

    Printing a test.

Page 127 of many | Previous | Next