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.
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.
Printf :: String -> TickFormatplot Graphics.Rendering.Plot.Figure No documentation available.
-
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:
tyConFingerprint :: TyCon -> Fingerprintbase Data.Typeable No documentation available.
typeRepFingerprint :: TypeRep -> Fingerprintbase Data.Typeable Takes a value of type a and returns a concrete representation of that type.
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:
- isFullError if the device is full; or
- isPermissionError if another system resource limit would be exceeded.
-
base Text.Printf The HPrintfType class provides the variable argument magic for hPrintf. Its implementation is intentionally not visible from this module.
hPrintf :: HPrintfType r => Handle -> String -> rbase Text.Printf Similar to printf, except that output is via the specified Handle. The return type is restricted to (IO a).
someTypeRepFingerprint :: SomeTypeRep -> Fingerprintbase Type.Reflection.Unsafe No documentation available.
tyConFingerprint :: TyCon -> Fingerprintbase Type.Reflection.Unsafe No documentation available.