Module Stdune__.Map

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