aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/extraction/modutil.mli
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/extraction/modutil.mli')
-rw-r--r--plugins/extraction/modutil.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/extraction/modutil.mli b/plugins/extraction/modutil.mli
index 88ead482b..d09820c37 100644
--- a/plugins/extraction/modutil.mli
+++ b/plugins/extraction/modutil.mli
@@ -23,6 +23,8 @@ val spec_iter_references : do_ref -> do_ref -> do_ref -> ml_spec -> unit
val signature_of_structure : ml_structure -> ml_signature
+val mtyp_of_mexpr : ml_module_expr -> ml_module_type
+
val msid_of_mt : ml_module_type -> module_path
val get_decl_in_structure : global_reference -> ml_structure -> ml_decl