Expect more book errors
[tiger.ml.git] / compiler / src / lib / tiger / tiger_error.mli
index ed4a7cf..d7c2e79 100644 (file)
@@ -74,3 +74,6 @@ val is_unknown_id   : t -> bool
 val is_unknown_type : t -> bool
 val is_wrong_type   : t -> bool
 val is_invalid_syntax : t -> bool
+val is_not_a_record : t -> bool
+val is_not_an_array : t -> bool
+val is_no_such_field_in_record : t -> bool
This page took 0.025588 seconds and 4 git commands to generate.