equal
deleted
inserted
replaced
103 | BTInt |
103 | BTInt |
104 | BTBool |
104 | BTBool |
105 | BTFloat |
105 | BTFloat |
106 | BTRecord [(String, BaseType)] |
106 | BTRecord [(String, BaseType)] |
107 | BTArray Range BaseType BaseType |
107 | BTArray Range BaseType BaseType |
108 | BTFunction BaseType |
108 | BTFunction Int BaseType |
109 | BTFunctionReturn String BaseType |
109 | BTFunctionReturn String BaseType |
110 | BTPointerTo BaseType |
110 | BTPointerTo BaseType |
111 | BTUnresolved String |
111 | BTUnresolved String |
112 | BTSet BaseType |
112 | BTSet BaseType |
113 | BTEnum [String] |
113 | BTEnum [String] |