Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. fingerprintFingerprints :: [Fingerprint] -> Fingerprint

    base GHC.Fingerprint

    No documentation available.

  2. fingerprintString :: String -> Fingerprint

    base GHC.Fingerprint

    No documentation available.

  3. data Fingerprint

    base GHC.Fingerprint.Type

    No documentation available.

  4. Fingerprint :: Word64 -> Word64 -> Fingerprint

    base GHC.Fingerprint.Type

    No documentation available.

  5. isPrint :: Char -> Bool

    base GHC.Unicode

    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:

  6. arbitraryPrintableChar :: Gen Char

    QuickCheck Test.QuickCheck

    Generates a printable Unicode character.

  7. getPrintableString :: PrintableString -> String

    QuickCheck Test.QuickCheck

    No documentation available.

  8. arbitraryPrintableChar :: Gen Char

    QuickCheck Test.QuickCheck.Arbitrary

    Generates a printable Unicode character.

  9. getPrintableString :: PrintableString -> String

    QuickCheck Test.QuickCheck.Modifiers

    No documentation available.

  10. type ConsoleFormatPrinter = ConsoleFormat -> IO () -> IO ()

    tasty Test.Tasty.Providers.ConsoleFormat

    Type of console format printer functions

Page 274 of many | Previous | Next