haskell-gi-0.22.6: Generate Haskell bindings for GObject Introspection capable libraries
Data.GI.GIR.Constant
Description
Parsing of constants in GIR files.
data Constant Source #
Info about a constant.
Constructors
Fields
Defined in Data.GI.GIR.Constant
Methods
showsPrec :: Int -> Constant -> ShowS #
show :: Constant -> String #
showList :: [Constant] -> ShowS #
parseConstant :: Parser (Name, Constant) Source #
Parse a "constant" element from the GIR file.