aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/declaremods.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-02-20 18:13:28 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-02-20 18:13:28 +0000
commit4231d1907b1277bb45e86909a07d6fc893fa89fa (patch)
treea0fc5227294ab87f2319e53cfff05210841481f4 /library/declaremods.mli
parent5be5a0ff384bbac3bc529860793e975189c3c110 (diff)
Keep ClosedSection marker for reset
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6758 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library/declaremods.mli')
-rw-r--r--library/declaremods.mli5
1 files changed, 2 insertions, 3 deletions
diff --git a/library/declaremods.mli b/library/declaremods.mli
index 394f8d65b..2a491b4a6 100644
--- a/library/declaremods.mli
+++ b/library/declaremods.mli
@@ -99,10 +99,9 @@ val import_module : bool -> module_path -> unit
(*s [iter_all_segments] iterate over all segments, the modules'
segments first and then the current segment. Modules are presented
in an arbitrary order. The given function is applied to all leaves
- (together with their section path). The boolean indicates if we
- must enter closed sections. *)
+ (together with their section path). *)
-val iter_all_segments : bool -> (object_name -> obj -> unit) -> unit
+val iter_all_segments : (object_name -> obj -> unit) -> unit
val debug_print_modtab : unit -> Pp.std_ppcmds