aboutsummaryrefslogtreecommitdiff
path: root/lib/cMap.mli
diff options
context:
space:
mode:
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 9fe3355515..4009ec99ef 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