Module SetDomain.Print

Reusable output definitions for sets.

Parameters

module E : Printable.S
module S : Elements with type elt = E.t

Signature

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