Module type PrettyPrintable.HashableSexpablePrintableOrderedType

include IStdlib.IStd.Caml.Set.OrderedType
type t
val compare : t -> t -> int
include PrintableType with type t := t
val pp : F.formatter -> t -> unit
include IStdlib.IStd.Sexpable with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val hash_fold_t : Base_internalhash_types.state -> t -> Base_internalhash_types.state