module S_to_S1: functor (S : S) -> S1 with type 'a t = S.t with type comparator = S.comparator
functor (
S
:
) ->
S1
with type 'a t = S.t
with type comparator = S.comparator
type 'a t
'a
type comparator
val comparator : ('a t, comparator) Comparator.t_
('a t, comparator) Comparator.t_