aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/cMap.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-03-05 20:51:27 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-03-05 20:54:44 +0100
commite967151588b48911caf5bc687d87b586e95e0513 (patch)
tree312885d530d1a156cd37689fae3e5939cb1c9766 /lib/cMap.mli
parent4e5747adfd7b5c83cac2c4bb242d85fd3cb6fdd0 (diff)
Fixing compilation on OCaml 4.01.
Diffstat (limited to 'lib/cMap.mli')
-rw-r--r--lib/cMap.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cMap.mli b/lib/cMap.mli
index 9fe335551..4009ec99e 100644
--- a/lib/cMap.mli
+++ b/lib/cMap.mli
@@ -21,7 +21,7 @@ sig
include Map.S
(** The underlying Map library *)
- module Set : Set.S with type elt = key
+ module Set : CSig.SetS with type elt = key
(** Sets used by the domain function *)
val update : key -> 'a -> 'a t -> 'a t