Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. getObjectPropertyEnum :: (GObject a, Enum b, BoxedEnum b) => a -> String -> IO b

    haskell-gi-base Data.GI.Base.Properties

    No documentation available.

  2. setObjectPropertyEnum :: (GObject a, Enum b, BoxedEnum b) => a -> String -> b -> IO ()

    haskell-gi-base Data.GI.Base.Properties

    No documentation available.

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

    haskell-gi-base Data.GI.Base.ShortPrelude

    Convert to an Int. It is implementation-dependent what fromEnum returns when applied to a value that is too large to fit in an Int.

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

    haskell-gi-base Data.GI.Base.ShortPrelude

    Convert from an Int.

  5. unEnumMap :: EnumMap k a -> IntMap a

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

  6. unEnumSet :: EnumSet e -> IntSet

    regex-tdfa Data.IntSet.EnumSet2

    No documentation available.

  7. APIEnum :: Enumeration -> API

    haskell-gi Data.GI.CodeGen.API

    No documentation available.

  8. genEnum :: Name -> Enumeration -> CodeGen e ()

    haskell-gi Data.GI.CodeGen.EnumFlags

    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 100 of many | Previous | Next