Fix for commit 9229b1

master
Jacques Garrigue 2015-12-01 01:53:24 +09:00
parent f6879077e0
commit f7d20f161a
1 changed files with 4 additions and 0 deletions

View File

@ -605,6 +605,10 @@ let rec generalize ty =
iter_type_expr generalize ty
end
let generalize ty =
simple_abbrevs := Mnil;
generalize ty
(* Generalize the structure and lower the variables *)
let rec generalize_structure var_level ty =