diff options
| author | ppedrot | 2012-12-14 11:05:35 +0000 |
|---|---|---|
| committer | ppedrot | 2012-12-14 11:05:35 +0000 |
| commit | d9f9673d90371ead668863221c1202de49ab1782 (patch) | |
| tree | 3fca5420ce4404972f87ea05d2000e3fd8e89017 /lib/util.mli | |
| parent | 9a0c61b81a2d9c0024b20a6c7ad8af01026739b0 (diff) | |
Moved Stringset and Stringmap to String namespace.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16068 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib/util.mli')
| -rw-r--r-- | lib/util.mli | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/util.mli b/lib/util.mli index e6cb7fe9d8..33812c2004 100644 --- a/lib/util.mli +++ b/lib/util.mli @@ -42,9 +42,6 @@ module String : CString.ExtS val subst_command_placeholder : string -> string -> string val parse_loadpath : string -> string list -module Stringset : Set.S with type elt = string -module Stringmap : Map.S with type key = string - (** {6 Lists. } *) module List : CList.ExtS |
