aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/declaremods.ml
diff options
context:
space:
mode:
Diffstat (limited to 'library/declaremods.ml')
-rw-r--r--library/declaremods.ml4
1 files changed, 3 insertions, 1 deletions
diff --git a/library/declaremods.ml b/library/declaremods.ml
index 58e672433..814d408bf 100644
--- a/library/declaremods.ml
+++ b/library/declaremods.ml
@@ -517,6 +517,8 @@ let end_module id =
Not_found -> anomaly "Module objects not found..."
in
+ (* must be called after get_modtype_substobjs, because of possible
+ dependencies on functor arguments *)
Summary.unfreeze_other_summaries fs;
let substituted = subst_substobjs dir mp substobjs in
@@ -575,7 +577,7 @@ let register_library dir cenv objs digest =
Hashtbl.add library_cache dir modobjs;
modobjs
in
- do_module false "register_compilation" load_objects 1 dir mp substobjs objects
+ do_module false "register_library" load_objects 1 dir mp substobjs objects
let start_library dir =