Module type Core_set.Elt

module type Elt = Core_set_intf.Elt
The signature that something needs to match in order to be used as a set element.

type t 
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val compare : t -> t -> int