| Safe Haskell | Safe-Inferred |
|---|
Language.C0.Types.C0Types
Documentation
newtype VariableDeclaration Source
Instances
newtype StatementSequence Source
Instances
Constructors
| SS Ident | |
| SP Ident | |
| SA Assignment | |
| SI IfStatement | |
| SW WhileStatement | |
| SSS StatementSequence |
data SimpleExpression Source
Instances