| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.CMake.AST
Documentation
Constructors
| File | |
Fields
| |
data FileElement Source #
Constructors
| CommandElement | |
Fields | |
| NonCommandElement | |
Instances
| Eq FileElement Source # | |
Defined in Language.CMake.AST | |
| Show FileElement Source # | |
Defined in Language.CMake.AST Methods showsPrec :: Int -> FileElement -> ShowS # show :: FileElement -> String # showList :: [FileElement] -> ShowS # | |
data CommandInvocation Source #
Constructors
| CommandInvocation | |
Fields
| |
Instances
| Eq CommandInvocation Source # | |
Defined in Language.CMake.AST Methods (==) :: CommandInvocation -> CommandInvocation -> Bool # (/=) :: CommandInvocation -> CommandInvocation -> Bool # | |
| Show CommandInvocation Source # | |
Defined in Language.CMake.AST Methods showsPrec :: Int -> CommandInvocation -> ShowS # show :: CommandInvocation -> String # showList :: [CommandInvocation] -> ShowS # | |
data LiteralElem Source #
Constructors
| LiteralString | |
Fields | |
| VariableReference | |
Fields | |
Instances
| Eq LiteralElem Source # | |
Defined in Language.CMake.AST | |
| Show LiteralElem Source # | |
Defined in Language.CMake.AST Methods showsPrec :: Int -> LiteralElem -> ShowS # show :: LiteralElem -> String # showList :: [LiteralElem] -> ShowS # | |
Constructors
| Literal | |
Fields
| |