diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/names.mli | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/kernel/names.mli b/kernel/names.mli index c2409649c0..8022cb199e 100644 --- a/kernel/names.mli +++ b/kernel/names.mli @@ -35,12 +35,7 @@ sig module Set : Set.S with type elt = t (** Finite sets of identifiers. *) - module Map : sig - include Map.S with type key = t - (** FIXME: this is included in OCaml 3.12 *) - val exists : (key -> 'a -> bool) -> 'a t -> bool - val singleton : key -> 'a -> 'a t - end + module Map : Map.S with type key = t (** Finite maps of identifiers. *) module Pred : Predicate.S with type elt = t |
