aboutsummaryrefslogtreecommitdiff
path: root/kernel/subtyping.ml
diff options
context:
space:
mode:
authorMaxime Dénès2017-09-07 12:46:12 +0200
committerMaxime Dénès2017-09-07 12:46:12 +0200
commit7034b1188bba2c41de87ce980f5ecfab9d2220f3 (patch)
treec2e66295f871471bdd6f0070ea843246abc90338 /kernel/subtyping.ml
parent084ef41c98d52078f85831c940d0a073a4ccdb7a (diff)
parent37b81fe10d2da12180d96d931ba2b76370e1eea5 (diff)
Merge PR #931: Parametrize module body
Diffstat (limited to 'kernel/subtyping.ml')
-rw-r--r--kernel/subtyping.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/subtyping.ml b/kernel/subtyping.ml
index b311165f10..b564b2a8c1 100644
--- a/kernel/subtyping.ml
+++ b/kernel/subtyping.ml
@@ -416,7 +416,7 @@ and check_modtypes cst env mtb1 mtb2 subst1 subst2 equiv =
mod_type = subst_signature subst1 body_t1;
mod_type_alg = None;
mod_constraints = mtb1.mod_constraints;
- mod_retroknowledge = [];
+ mod_retroknowledge = ModBodyRK [];
mod_delta = mtb1.mod_delta} env
in
check_structure cst env body_t1 body_t2 equiv subst1 subst2