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.
fingerprintFingerprints :: [Fingerprint] -> Fingerprintbase GHC.Fingerprint No documentation available.
fingerprintString :: String -> Fingerprintbase GHC.Fingerprint No documentation available.
-
base GHC.Fingerprint.Type No documentation available.
Fingerprint :: Word64 -> Word64 -> Fingerprintbase GHC.Fingerprint.Type No documentation available.
-
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:
arbitraryPrintableChar :: Gen CharQuickCheck Test.QuickCheck Generates a printable Unicode character.
getPrintableString :: PrintableString -> StringQuickCheck Test.QuickCheck No documentation available.
arbitraryPrintableChar :: Gen CharQuickCheck Test.QuickCheck.Arbitrary Generates a printable Unicode character.
getPrintableString :: PrintableString -> StringQuickCheck Test.QuickCheck.Modifiers No documentation available.
type
ConsoleFormatPrinter = ConsoleFormat -> IO () -> IO ()tasty Test.Tasty.Providers.ConsoleFormat Type of console format printer functions