Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

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

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

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

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  3. isScEnum :: Schema -> Bool

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

    No documentation available.

  4. scEnum :: [String] -> Schema

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

    No documentation available.

  5. normalizeNumber :: String -> String

    hxt Text.XML.HXT.DOM.Util

    Removes leading / trailing whitespaces and leading zeros

  6. k_enumeration :: String

    hxt Text.XML.HXT.DOM.XmlKeywords

    No documentation available.

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

    hxt Text.XML.HXT.DTDValidation.TypeDefs

    No documentation available.

  8. xsd_enumeration :: String

    hxt Text.XML.HXT.XMLSchema.DataTypeLibW3CNames

    No documentation available.

  9. boundedEnumLaws :: (Enum a, Bounded a, Eq a, Arbitrary a, Show a) => Proxy a -> Laws

    quickcheck-classes-base Test.QuickCheck.Classes.Base

    Tests the same properties as enumLaws except that it requires the type to have a Bounded instance. These tests avoid taking the successor of the maximum element or the predecessor of the minimal element.

  10. casesEnum :: (Bounded a, Enum a) => Cases a

    selective Control.Selective

    The list of all possible values of an enumerable data type.

Page 107 of many | Previous | Next