diff options
| author | herbelin | 2000-11-28 16:32:08 +0000 |
|---|---|---|
| committer | herbelin | 2000-11-28 16:32:08 +0000 |
| commit | 7da58295173715d6de518516e2653dac90dd2d5c (patch) | |
| tree | 2cba748ef7c3c437fb527fe15214d02b2f546e14 /lib/util.mli | |
| parent | 14b236a0bcc5071c5048d87768437df0b30e387a (diff) | |
Prise en compte du repertoire dans le section path; utilisation de dirpath pour les noms de modules
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1005 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib/util.mli')
| -rw-r--r-- | lib/util.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.mli b/lib/util.mli index ed1ac8ee35..58e356c0d2 100644 --- a/lib/util.mli +++ b/lib/util.mli @@ -30,7 +30,7 @@ val invalid_arg_loc : loc * string -> 'a val explode : string -> string list val implode : string list -> string -val parse_section_path : string -> string list * string * string +val parse_loadpath : string -> string list module Stringset : Set.S with type elt = string |
