Functor Core_map_intf.Check_creators2

module Check_creators2: 
functor (M : Creators2) -> Check_creators(sig
type ('a, 'b, 'c) t = ('a, 'b) M.t 
end)(sig
type ('a, 'b, 'c) t = ('a, 'b) M.tree 
end)(sig
type 'a t = 'a 
end)(Without_comparator)(M)
Parameters:
M : Creators2