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=d7c2e795afb343cf852fef955dc38f285aa519d0;hp=ed4a7cf9cf12a3c1c489d11ea0e42692b75074e7;hb=1d155dc1b6399ec69573fc8043f2ec2a96490b50;hpb=c09092a90642142756c6d9aafb553fd3dd4d11a6 diff --git a/compiler/src/lib/tiger/tiger_error.mli b/compiler/src/lib/tiger/tiger_error.mli index ed4a7cf..d7c2e79 100644 --- a/compiler/src/lib/tiger/tiger_error.mli +++ b/compiler/src/lib/tiger/tiger_error.mli @@ -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