SetDomain.Print
Reusable output definitions for sets.
module E : Printable.S
module S : Elements with type elt = E.t
val pretty : unit -> S.t -> Pretty.doc
val show : S.t -> string
Short summary for sets.
val to_yojson : S.t -> [> `List of Yojson.Safe.t list ]
val printXml : 'a BatInnerIO.output -> S.t -> unit