WIP type-checking -- check array expressions
[tiger.ml.git] / compiler / src / lib / tiger / tiger_error.mli
index 92fde5d..eba33f2 100644 (file)
@@ -28,6 +28,11 @@ type t =
       ; ty       : Typ.t
       ; pos      : Pos.t
       }
+  | Wrong_type_used_as_array of
+      { ty_id    : Sym.t
+      ; ty       : Typ.t
+      ; pos      : Pos.t
+      }
   | Wrong_type_of_field_value of
       { field_id : Sym.t
       ; expected : Typ.t
This page took 0.019453 seconds and 4 git commands to generate.