aboutsummaryrefslogtreecommitdiff
path: root/kernel/modops.ml
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/modops.ml')
-rw-r--r--kernel/modops.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/modops.ml b/kernel/modops.ml
index 40a0e84c52..758bf21596 100644
--- a/kernel/modops.ml
+++ b/kernel/modops.ml
@@ -165,7 +165,7 @@ let strengthen_const env mp l cb = match cb.const_body with
| Some _ -> cb
| None -> {cb with const_body =
let const = mkConst (make_kn mp empty_dirpath l) in
- Some (Lazy.lazy_from_val const)
+ Some (Declarations.from_val const)
}
let strengthen_mind env mp l mib = match mib.mind_equiv with