equal
deleted
inserted
replaced
26 | RangeType Range |
26 | RangeType Range |
27 | Sequence [Identifier] |
27 | Sequence [Identifier] |
28 | ArrayDecl (Maybe Range) TypeDecl |
28 | ArrayDecl (Maybe Range) TypeDecl |
29 | RecordType [TypeVarDeclaration] (Maybe [[TypeVarDeclaration]]) |
29 | RecordType [TypeVarDeclaration] (Maybe [[TypeVarDeclaration]]) |
30 | PointerTo TypeDecl |
30 | PointerTo TypeDecl |
31 | String Integer |
31 | String |
32 | Set TypeDecl |
32 | Set TypeDecl |
33 | FunctionType TypeDecl [TypeVarDeclaration] |
33 | FunctionType TypeDecl [TypeVarDeclaration] |
34 | DeriveType InitExpression |
34 | DeriveType InitExpression |
35 | VoidType |
35 | VoidType |
36 | VarParamType TypeDecl -- this is a hack |
36 | VarParamType TypeDecl -- this is a hack |