module Check_accessors1: functor (M : Accessors1) -> Check_accessors(sigtype ('a, 'b) t = 'a M.t end)(sigtype ('a, 'b) t = 'a M.tree end)(sigtype 'a t = 'a end)(Without_comparator)(M)
functor (
M
:
Accessors1
) ->
Check_accessors
(
sig
type ('a, 'b) t = 'a M.t
('a, 'b)
'a M.t
end
)
type ('a, 'b) t = 'a M.tree
'a M.tree
type 'a t = 'a
'a
Without_comparator