equal
deleted
inserted
replaced
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 Int BaseType |
108 | BTFunction Int BaseType |
109 | BTFunctionReturn String BaseType |
|
110 | BTPointerTo BaseType |
109 | BTPointerTo BaseType |
111 | BTUnresolved String |
110 | BTUnresolved String |
112 | BTSet BaseType |
111 | BTSet BaseType |
113 | BTEnum [String] |
112 | BTEnum [String] |
114 | BTVoid |
113 | BTVoid |