X-Git-Url: https://git.xandkar.net/?p=tiger.ml.git;a=blobdiff_plain;f=compiler%2Fsrc%2Flib%2Ftiger%2Ftiger_error.mli;fp=compiler%2Fsrc%2Flib%2Ftiger%2Ftiger_error.mli;h=9090ad481cea6192139ad93a45b97bad5ad88f4c;hp=d7c2e795afb343cf852fef955dc38f285aa519d0;hb=54e838f482844369048d4f88e87a092a87162b72;hpb=1d155dc1b6399ec69573fc8043f2ec2a96490b50 diff --git a/compiler/src/lib/tiger/tiger_error.mli b/compiler/src/lib/tiger/tiger_error.mli index d7c2e79..9090ad4 100644 --- a/compiler/src/lib/tiger/tiger_error.mli +++ b/compiler/src/lib/tiger/tiger_error.mli @@ -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