Skip to content

Commit

Permalink
Safe_typing: add clean_bounded_mod_expr in Include Self of modtype (fix
Browse files Browse the repository at this point in the history
  • Loading branch information
letouzey committed Oct 26, 2015
1 parent 51b9987 commit 6b5df37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kernel/safe_typing.ml
Expand Up @@ -469,7 +469,8 @@ let end_module l restype senv =
let mtb =
translate_module_type senv.env
senv.modinfo.modpath inl me in
mtb.typ_expr,mtb.typ_constraints,mtb.typ_delta
let sign = Modops.clean_bounded_mod_expr mtb.typ_expr in
sign,mtb.typ_constraints,mtb.typ_delta
in
let senv = add_constraints cst senv in
let mp_sup = senv.modinfo.modpath in
Expand Down

0 comments on commit 6b5df37

Please sign in to comment.