module Check_creators2:functor (
M
:
Creators2
) ->
Check_creators
(
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
)
(
sig
type'cmp
t ='cmp
end
)
(
Without_comparator
)
(
M
)
Parameters: |
|