module Make_using_comparator:functor (Elt:sigtypetinclude Comparator.Sval t_of_sexp :Sexplib.Sexp.t -> tval sexp_of_t :t -> Sexplib.Sexp.tend) ->Swith type Elt.t = Elt.twith type Elt.comparator_witness = Elt.comparator_witness
Make_using_comparator builds a set from an element type that has a comparator.
Make_binable_using_comparator is similar, except the element and set types support
bin_io.
| Parameters: |
|