diff options
| author | herbelin | 2001-09-19 13:49:34 +0000 |
|---|---|---|
| committer | herbelin | 2001-09-19 13:49:34 +0000 |
| commit | 242f8d2e8afb7da4302c07c2f1f8148bfa362b85 (patch) | |
| tree | 51c27923ba2bd9994eb49c1b3c22edceae154d27 /library/lib.mli | |
| parent | a37f10bd63aaabfb42867c371a720909b3d0c357 (diff) | |
Ajout de la profondeur de section à DischargeAt pour gérer l'«open» et le «load» des Remark/Fact
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1998 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 27fec78bfa..0421f08124 100644 --- a/library/lib.mli +++ b/library/lib.mli @@ -55,6 +55,7 @@ val sections_are_opened : unit -> bool val make_path : identifier -> path_kind -> section_path val cwd : unit -> dir_path +val sections_depth : unit -> int val is_section_p : dir_path -> bool (* This is to declare the interactive toplevel default module name as a root*) |
