Safe Haskell | None |
---|---|
Language | Haskell2010 |
Parsing of constants in GIR files.
Synopsis
- data Constant = Constant {
- constantType :: Type
- constantValue :: Text
- constantCType :: Text
- constantDocumentation :: Documentation
- constantDeprecated :: Maybe DeprecationInfo
- parseConstant :: Parser (Name, Constant)
Documentation
Info about a constant.
Constant | |
|