module Check_creators1:functor (
M
:
Creators1
) ->
Check_creators
(
sig
type('a, 'b)
t ='a M.t
end
)
(
sig
type('a, 'b)
t ='a M.tree
end
)
(
sig
type'a
t ='a
end
)
(
sig
type'cmp
t =M.comparator_witness
end
)
(
Without_comparator
)
(
M
)
Parameters: |
|