Re enable typing
This commit is contained in:
parent
b6561c4a9f
commit
5da49aa30d
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ let parse_interface lexbuf =
|
|||
|
||||
let compile_impl pp p =
|
||||
(* Typing *)
|
||||
(*let p = pass "Typing" true Typing.program p pp in*)
|
||||
let p = pass "Typing" true Typing.program p pp in
|
||||
let p = silent_pass "Statefullness check" true Statefull.program p in
|
||||
|
||||
if !print_types then print_interface Format.std_formatter p;
|
||||
|
|
Loading…
Reference in a new issue