Stdune.Set
module type S = Stdune__Set_intf.S
module Make : functor (Key : sig ... end) -> functor (M : Map.S with type key = Key.t) -> S with type elt = M.key and type 'a map = 'a M.t