X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Fsrc%2Flib%2Ftiger%2Ftiger_test.mli;h=30527a5328cde060c08b83506e5ce04621c7c596;hb=38ffcb1fc99ecb7a48097cbcf97b9a3062c8bfa0;hp=3f7143c685475d72138d2c72534ea466cb5ee871;hpb=e69e4e8b68e822e6dc65bfe4040d110eb3c18a71;p=tiger.ml.git diff --git a/compiler/src/lib/tiger/tiger_test.mli b/compiler/src/lib/tiger/tiger_test.mli index 3f7143c..30527a5 100644 --- a/compiler/src/lib/tiger/tiger_test.mli +++ b/compiler/src/lib/tiger/tiger_test.mli @@ -1,9 +1,9 @@ type t val case - : ?out_lexing : Tiger_parser.token list - -> ?out_parsing : Tiger_absyn.t - -> ?is_error_expected : (Tiger_error.t -> bool) + : ?out_lexing : Tiger_parser.token list option + -> ?out_parsing : Tiger_absyn.t option + -> ?is_error_expected_semant : (Tiger_error.t -> bool) option -> code : string -> string -> t