X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=compiler%2Fsrc%2Flib%2Ftiger%2Ftiger_error.mli;h=d7c2e795afb343cf852fef955dc38f285aa519d0;hb=1d155dc1b6399ec69573fc8043f2ec2a96490b50;hp=a9d30ebf1cac8292484520bc0b97bb7202cd35d0;hpb=155073e21824373c21dacbd75a61623c9d37fff2;p=tiger.ml.git diff --git a/compiler/src/lib/tiger/tiger_error.mli b/compiler/src/lib/tiger/tiger_error.mli index a9d30eb..d7c2e79 100644 --- a/compiler/src/lib/tiger/tiger_error.mli +++ b/compiler/src/lib/tiger/tiger_error.mli @@ -73,3 +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_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