Module Stdune.Map

module type S = Stdune__.Map_intf.S
module Make : functor (Key : Comparable.S) -> S with type key = Key.t
val to_sexp : ('a -> ('b * 'c) list) -> 'b Sexp.Encoder.t -> 'c Sexp.Encoder.t -> 'a Sexp.Encoder.t