Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

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

  2. 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]
    

  3. Enumeration :: Enumeration n

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

  4. isScEnum :: Schema -> Bool

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

    No documentation available.

  5. scEnum :: [String] -> Schema

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

    No documentation available.

  6. normalizeNumber :: String -> String

    hxt Text.XML.HXT.DOM.Util

    Removes leading / trailing whitespaces and leading zeros

  7. k_enumeration :: String

    hxt Text.XML.HXT.DOM.XmlKeywords

    No documentation available.

  8. isEnumAttrType :: ArrowDTD a => a XmlTree XmlTree

    hxt Text.XML.HXT.DTDValidation.TypeDefs

    No documentation available.

  9. versionNum :: XParser s String

    hxt Text.XML.HXT.Parser.XmlTokenParser

    No documentation available.

  10. xsd_enumeration :: String

    hxt Text.XML.HXT.XMLSchema.DataTypeLibW3CNames

    No documentation available.

Page 194 of many | Previous | Next