Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. 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:

  2. tyConFingerprint :: TyCon -> Fingerprint

    base Data.Typeable

    No documentation available.

  3. typeRepFingerprint :: TypeRep -> Fingerprint

    base Data.Typeable

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

  4. 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:

  5. 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.

  6. 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).

  7. someTypeRepFingerprint :: SomeTypeRep -> Fingerprint

    base Type.Reflection.Unsafe

    No documentation available.

  8. tyConFingerprint :: TyCon -> Fingerprint

    base Type.Reflection.Unsafe

    No documentation available.

  9. module GHC.Fingerprint

    No documentation available.

  10. data Fingerprint

    base GHC.Fingerprint

    No documentation available.

Page 273 of many | Previous | Next