X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=compiler%2Fsrc%2Flib%2Ftiger%2Ftiger_error.mli;h=9090ad481cea6192139ad93a45b97bad5ad88f4c;hb=54e838f482844369048d4f88e87a092a87162b72;hp=ed4a7cf9cf12a3c1c489d11ea0e42692b75074e7;hpb=789ef466bebb54a589039a8100147a11ea6f9719;p=tiger.ml.git diff --git a/compiler/src/lib/tiger/tiger_error.mli b/compiler/src/lib/tiger/tiger_error.mli index ed4a7cf..9090ad4 100644 --- a/compiler/src/lib/tiger/tiger_error.mli +++ b/compiler/src/lib/tiger/tiger_error.mli @@ -73,4 +73,8 @@ 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 +val is_no_such_field_in_record : t -> bool