Module Containers.SetExt

Generic functor to build a set data-type from ordered elements.

val printer_default : SetExtSig.set_printer

Print as set: lem1,...,elemn.

module StringSet : SetExtSig.S with type elt = string
module IntSet : SetExtSig.S with type elt = int
module Int32Set : SetExtSig.S with type elt = int32
module Int64Set : SetExtSig.S with type elt = int64
module ZSet : SetExtSig.S with type elt = Z.t

A few useful set instances.