module Make1: functor (M : sigtype 'a t val compare : 'a t -> 'a t -> intval sexp_of_t : 'a t -> Sexplib.Sexp.tend) -> S1 with type 'a t := 'a M.t
functor (
M
:
sig
type 'a t
'a
val compare : 'a t -> 'a t -> int
'a t -> 'a t -> int
val sexp_of_t : 'a t -> Sexplib.Sexp.t
'a t -> Sexplib.Sexp.t
end
) ->
S1
with type 'a t := 'a M.t
sig type 'a t val compare : 'a t -> 'a t -> int val sexp_of_t : _ t -> Sexp.t (* not the usual type for [sexp_of_t] *) end
type comparator
val comparator : ('a t, comparator) Comparator.t_
('a t, comparator) Comparator.t_