Up

Module type Elt = Core_set_intf.Elt

The signature that something needs to match in order to be used as a set element.

Signature

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