• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. class TypedObject a => BoxedEnum a

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

    Enums with an associated GType.

  2. get_enum :: Ptr GValue -> IO CUInt

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

    No documentation available.

  3. set_enum :: Ptr GValue -> CUInt -> IO ()

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

    No documentation available.

  4. constructObjectPropertyEnum :: (Enum a, BoxedEnum a) => String -> a -> IO (GValueConstruct o)

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

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

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

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

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

    Convert from an Int.

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

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

  10. unEnumSet :: EnumSet e -> IntSet

    regex-tdfa Data.IntSet.EnumSet2

    No documentation available.

Page 100 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete