Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. toEnum :: Enum a => Int -> a

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  2. libVersionNumber :: LibVersionInfo -> (Int, Int, Int)

    Cabal-syntax Distribution.Types.ForeignLib

    Given a version-info field, produce a major.minor.build version

  3. libVersionNumberShow :: LibVersionInfo -> String

    Cabal-syntax Distribution.Types.ForeignLib

    Given a version-info field, return "major.minor.build" as a String

  4. versionNumbers :: Version -> [Int]

    Cabal-syntax Distribution.Types.Version

    Unpack Version into list of version number components. This is the inverse to mkVersion, so the following holds:

    (versionNumbers . mkVersion) vs == vs
    

  5. isAsciiAlphaNum :: Char -> Bool

    Cabal-syntax Distribution.Utils.Generic

    Ascii letters and digits.

    >>> isAsciiAlphaNum 'a'
    True
    
    >>> isAsciiAlphaNum 'ä'
    False
    

  6. versionNumbers :: Version -> [Int]

    Cabal-syntax Distribution.Version

    Unpack Version into list of version number components. This is the inverse to mkVersion, so the following holds:

    (versionNumbers . mkVersion) vs == vs
    

  7. data Enumeration n

    comfort-array Data.Array.Comfort.Shape

    Enumeration denotes a shape of fixed size that is defined by Enum and Bounded methods. For correctness it is necessary that the Enum and Bounded instances are properly implemented. Automatically derived instances are fine.

    >>> Shape.indices (Shape.Enumeration :: Shape.Enumeration Ordering)
    [LT,EQ,GT]
    

  8. Enumeration :: Enumeration n

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

  9. isScEnum :: Schema -> Bool

    hxt Text.XML.HXT.Arrow.Pickle.Schema

    No documentation available.

  10. scEnum :: [String] -> Schema

    hxt Text.XML.HXT.Arrow.Pickle.Schema

    No documentation available.

Page 197 of many | Previous | Next