| Copyright | (c) 2017 Kai-Oliver Prott 2017 Finn Teegen |
|---|---|
| License | BSD-3-clause |
| Maintainer | fte@informatik.uni-kiel.de |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Curry.CondCompile.Type
Description
TODO
Documentation
Constructors
| If Cond [Stmt] [Elif] Else | |
| IfDef String [Stmt] [Elif] Else | |
| IfNDef String [Stmt] [Elif] Else | |
| Define String Int | |
| Undef String | |
| Line String |