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