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.

  1. module Language.XMLSpec.PrintTrees

    Print XML trees. This variant of the function to show XML trees available in HXT is needed because of issues with values being quoted by HXT's default function. It's based on the same ideas, but it's been implemented using the pretty-library instead of using plain string functions.

  2. Printf :: String -> TickFormat

    plot Graphics.Rendering.Plot.Figure

    No documentation available.

  3. isPrint :: Char -> Bool

    base Data.Char

    Selects printable Unicode characters (letters, numbers, marks, punctuation, symbols and spaces). This function returns False if its argument has one of the following GeneralCategorys, or True otherwise:

  4. tyConFingerprint :: TyCon -> Fingerprint

    base Data.Typeable

    No documentation available.

  5. typeRepFingerprint :: TypeRep -> Fingerprint

    base Data.Typeable

    Takes a value of type a and returns a concrete representation of that type.

  6. hPrint :: Show a => Handle -> a -> IO ()

    base System.IO

    Computation hPrint hdl t writes the string representation of t given by the shows function to the file or channel managed by hdl and appends a newline. This operation may fail with:

  7. class HPrintfType t

    base Text.Printf

    The HPrintfType class provides the variable argument magic for hPrintf. Its implementation is intentionally not visible from this module.

  8. hPrintf :: HPrintfType r => Handle -> String -> r

    base Text.Printf

    Similar to printf, except that output is via the specified Handle. The return type is restricted to (IO a).

  9. someTypeRepFingerprint :: SomeTypeRep -> Fingerprint

    base Type.Reflection.Unsafe

    No documentation available.

  10. tyConFingerprint :: TyCon -> Fingerprint

    base Type.Reflection.Unsafe

    No documentation available.

Page 161 of many | Previous | Next