module Check_accessors2_with_comparator:functor (
M
:
Accessors2_with_comparator
) ->
Check_accessors
(
sig
type('a, 'b)
t =('a, 'b) M.t
end
)
(
sig
type('a, 'b)
t =('a, 'b) M.tree
end
)
(
sig
type'a
t ='a
end
)
(
With_comparator
)
(
M
)
Parameters: |
|