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. enumErrorDomain :: Enumeration -> Maybe Text

    haskell-gi Data.GI.GIR.Enum

    No documentation available.

  2. enumMemberCId :: EnumerationMember -> Text

    haskell-gi Data.GI.GIR.Enum

    No documentation available.

  3. enumMemberDoc :: EnumerationMember -> Documentation

    haskell-gi Data.GI.GIR.Enum

    No documentation available.

  4. enumMemberName :: EnumerationMember -> Text

    haskell-gi Data.GI.GIR.Enum

    No documentation available.

  5. enumMemberValue :: EnumerationMember -> Int64

    haskell-gi Data.GI.GIR.Enum

    No documentation available.

  6. enumMembers :: Enumeration -> [EnumerationMember]

    haskell-gi Data.GI.GIR.Enum

    No documentation available.

  7. enumStorageBytes :: Enumeration -> Int

    haskell-gi Data.GI.GIR.Enum

    Bytes used for storage of this struct.

  8. enumTypeInit :: Enumeration -> Maybe Text

    haskell-gi Data.GI.GIR.Enum

    No documentation available.

  9. parseEnum :: Parser (Name, Enumeration)

    haskell-gi Data.GI.GIR.Enum

    Parse an "enumeration" element from the GIR file.

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

    quickcheck-classes Test.QuickCheck.Classes

    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.

Page 177 of many | Previous | Next