Filter-out non-.tig files from list of test case files
[tiger.ml.git] / compiler / src / lib / tiger / tiger_error.mli
index eba33f2..ed4a7cf 100644 (file)
@@ -70,4 +70,7 @@ val raise : t -> 'a
 
 val to_string : t -> string
 
-val is_unknown_id : t -> bool
+val is_unknown_id   : t -> bool
+val is_unknown_type : t -> bool
+val is_wrong_type   : t -> bool
+val is_invalid_syntax : t -> bool
This page took 0.028 seconds and 4 git commands to generate.