aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/declaremods.mli
diff options
context:
space:
mode:
Diffstat (limited to 'library/declaremods.mli')
-rw-r--r--library/declaremods.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/declaremods.mli b/library/declaremods.mli
index 17a97e7ae..5fce1fa48 100644
--- a/library/declaremods.mli
+++ b/library/declaremods.mli
@@ -84,7 +84,7 @@ val end_library :
(* [really_import_module mp] opens the module [mp] (in a Caml sense).
- It modifies Nametab and performs the "open_object" function for
+ It modifies Nametab and performs the [open_object] function for
every object of the module. *)
val really_import_module : module_path -> unit
@@ -108,7 +108,7 @@ val iter_all_segments : bool -> (object_name -> obj -> unit) -> unit
val debug_print_modtab : unit -> Pp.std_ppcmds
-(*val debug_print_modtypetab : unit -> Pp.std_ppcmds*)
+(*i val debug_print_modtypetab : unit -> Pp.std_ppcmds i*)
(* For translator *)
val process_module_bindings : module_ident list ->