Fix - check number of arguments in function calls
[tiger.ml.git] / compiler / src / lib / tiger / tiger_error.mli
index d7c2e79..9090ad4 100644 (file)
@@ -73,6 +73,7 @@ val to_string : t -> string
 val is_unknown_id   : t -> bool
 val is_unknown_type : t -> bool
 val is_wrong_type   : t -> bool
+val is_wrong_number_of_args : t -> bool
 val is_invalid_syntax : t -> bool
 val is_not_a_record : t -> bool
 val is_not_an_array : t -> bool
This page took 0.018928 seconds and 4 git commands to generate.