From 6dbe0f97c7f23de89b90e232bc812b77dde86cac Mon Sep 17 00:00:00 2001 From: ppedrot Date: Fri, 14 Dec 2012 11:27:47 +0000 Subject: Moving hcons_string to String namespace. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16069 85f007b7-540e-0410-9357-904b9bb8a0f7 --- lib/cString.mli | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/cString.mli') diff --git a/lib/cString.mli b/lib/cString.mli index 18679d3108..c9ff60f763 100644 --- a/lib/cString.mli +++ b/lib/cString.mli @@ -88,12 +88,17 @@ sig val is_sub : string -> string -> int -> bool (** [is_sub p s off] tests whether [s] contains [p] at offset [off]. *) + (** {6 Generic operations} **) + module Set : Set.S with type elt = t (** Finite sets on [string] *) module Map : Map.S with type key = t (** Finite maps on [string] *) + val hcons : string -> string + (** Hashconsing on [string] *) + end include ExtS -- cgit v1.2.3