diff options
Diffstat (limited to 'lib/cString.mli')
| -rw-r--r-- | lib/cString.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cString.mli b/lib/cString.mli index c9ff60f763..6ecbe888af 100644 --- a/lib/cString.mli +++ b/lib/cString.mli @@ -93,7 +93,7 @@ sig module Set : Set.S with type elt = t (** Finite sets on [string] *) - module Map : Map.S with type key = t + module Map : CMap.ExtS with type key = t and module Set := Set (** Finite maps on [string] *) val hcons : string -> string |
