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.
class TypedObject a =>
BoxedEnum ahaskell-gi-base Data.GI.Base.BasicTypes Enums with an associated GType.
get_enum :: Ptr GValue -> IO CUInthaskell-gi-base Data.GI.Base.GValue No documentation available.
set_enum :: Ptr GValue -> CUInt -> IO ()haskell-gi-base Data.GI.Base.GValue No documentation available.
constructObjectPropertyEnum :: (Enum a, BoxedEnum a) => String -> a -> IO (GValueConstruct o)haskell-gi-base Data.GI.Base.Properties No documentation available.
getObjectPropertyEnum :: (GObject a, Enum b, BoxedEnum b) => a -> String -> IO bhaskell-gi-base Data.GI.Base.Properties No documentation available.
setObjectPropertyEnum :: (GObject a, Enum b, BoxedEnum b) => a -> String -> b -> IO ()haskell-gi-base Data.GI.Base.Properties No documentation available.
fromEnum :: Enum a => a -> Inthaskell-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.
-
haskell-gi-base Data.GI.Base.ShortPrelude Convert from an Int.
unEnumMap :: EnumMap k a -> IntMap aregex-tdfa Data.IntMap.EnumMap2 No documentation available.
unEnumSet :: EnumSet e -> IntSetregex-tdfa Data.IntSet.EnumSet2 No documentation available.