aboutsummaryrefslogtreecommitdiff
path: root/library/lib.mli
diff options
context:
space:
mode:
authorfilliatr1999-09-18 16:13:36 +0000
committerfilliatr1999-09-18 16:13:36 +0000
commit3386a50c15ddc367cd247f288ff84f288a0c42af (patch)
tree7d4766470bb2cd4436afd1dd38372e9555ff7208 /library/lib.mli
parent6f79401e9d1a3d632a84b6087c429ee217db0d2a (diff)
module Library
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@74 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library/lib.mli')
-rw-r--r--library/lib.mli5
1 files changed, 3 insertions, 2 deletions
diff --git a/library/lib.mli b/library/lib.mli
index 80f61ef404..a38fb4cef5 100644
--- a/library/lib.mli
+++ b/library/lib.mli
@@ -25,7 +25,7 @@ type library_entry = section_path * node
(*s Adding operations, and getting the current list of operations (most
- recent ones come first). *)
+ recent ones coming first). *)
val add_leaf : identifier -> obj -> section_path
val add_anonymous_leaf : obj -> unit
@@ -33,7 +33,8 @@ val add_anonymous_leaf : obj -> unit
val contents_after : section_path option -> library_segment
-(*s Opening and closing a section. *)
+(*s Opening and closing a section. The boolean in [open_section] indicates
+ a module. *)
val open_section : string -> bool -> section_path
val close_section : string -> unit