3f7143c685475d72138d2c72534ea466cb5ee871
[tiger.ml.git] / compiler / src / lib / tiger / tiger_test.mli
1 type t
2
3 val case
4 : ?out_lexing : Tiger_parser.token list
5 -> ?out_parsing : Tiger_absyn.t
6 -> ?is_error_expected : (Tiger_error.t -> bool)
7 -> code : string
8 -> string
9 -> t
10
11 val run : t list -> unit
This page took 0.062569 seconds and 3 git commands to generate.