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. integralEnumFrom :: (Integral a, Bounded a) => a -> [a]

    base GHC.Real

    No documentation available.

  2. integralEnumFromThen :: (Integral a, Bounded a) => a -> a -> [a]

    base GHC.Real

    No documentation available.

  3. integralEnumFromThenTo :: Integral a => a -> a -> a -> [a]

    base GHC.Real

    No documentation available.

  4. integralEnumFromTo :: Integral a => a -> a -> [a]

    base GHC.Real

    No documentation available.

  5. notANumber :: Rational

    base GHC.Real

    No documentation available.

  6. DecimalNumber :: GeneralCategory

    base GHC.Unicode

    Nd: Number, Decimal

  7. LetterNumber :: GeneralCategory

    base GHC.Unicode

    Nl: Number, Letter

  8. OtherNumber :: GeneralCategory

    base GHC.Unicode

    No: Number, Other

  9. isAlphaNum :: Char -> Bool

    base GHC.Unicode

    Selects alphabetic or numeric Unicode characters. Note that numeric digits outside the ASCII range, as well as numeric characters which aren't digits, are selected by this function but not by isDigit. Such characters may be part of identifiers but are not used by the printer and reader to represent numbers, e.g., Roman numerals like V, full-width digits like '1' (aka '65297'). This function returns True if its argument has one of the following GeneralCategorys, or False otherwise:

  10. arbitraryBoundedEnum :: (Bounded a, Enum a) => Gen a

    QuickCheck Test.QuickCheck

    Generates an element of a bounded enumeration.

Page 147 of many | Previous | Next