aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/modops.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/modops.mli')
-rw-r--r--kernel/modops.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/modops.mli b/kernel/modops.mli
index 11eb876ad..f50dcfd63 100644
--- a/kernel/modops.mli
+++ b/kernel/modops.mli
@@ -49,6 +49,9 @@ val add_structure :
(** adds a module and its components, but not the constraints *)
val add_module : module_body -> env -> env
+(** same as add_module, but for a module whose native code has been linked by
+the native compiler. The linking information is updated. *)
+val add_linked_module : module_body -> Pre_env.link_info ref -> env -> env
(** same, for a module type *)
val add_module_type : module_path -> module_type_body -> env -> env