equal
deleted
inserted
replaced
30 | String Integer |
30 | String Integer |
31 | Set TypeDecl |
31 | Set TypeDecl |
32 | FunctionType TypeDecl [TypeVarDeclaration] |
32 | FunctionType TypeDecl [TypeVarDeclaration] |
33 | DeriveType InitExpression |
33 | DeriveType InitExpression |
34 | VoidType |
34 | VoidType |
35 | UnknownType |
|
36 deriving Show |
35 deriving Show |
37 data Range = Range Identifier |
36 data Range = Range Identifier |
38 | RangeFromTo InitExpression InitExpression |
37 | RangeFromTo InitExpression InitExpression |
39 deriving Show |
38 deriving Show |
40 data Initialize = Initialize String |
39 data Initialize = Initialize String |