diff options
| author | herbelin | 2001-07-05 21:24:40 +0000 |
|---|---|---|
| committer | herbelin | 2001-07-05 21:24:40 +0000 |
| commit | 39157eb3d2e883d94f1caf103cd162f6256fb49a (patch) | |
| tree | 5a71bed37d5754eb8118054f8a22fc38c7ef6cf9 /library/lib.mli | |
| parent | c2e849ca61c24253956d6b9b1e3082e58fcf08c6 (diff) | |
Avertissement contre les Require dans le corps d'une section
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1829 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library/lib.mli')
| -rw-r--r-- | library/lib.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/lib.mli b/library/lib.mli index f8a126cce5..9b5326db1e 100644 --- a/library/lib.mli +++ b/library/lib.mli @@ -50,6 +50,7 @@ val contents_after : section_path option -> library_segment val open_section : string -> section_path val close_section : export:bool -> string -> section_path * library_segment * Summary.frozen +val sections_are_opened : unit -> bool val make_path : identifier -> path_kind -> section_path val cwd : unit -> dir_path |
