module TreeSetIterator: sig .. end
sig
end
module type S = sig .. end
module Make: functor (T : Reins.Sets.Set_) -> S with type 'a elt = 'a T.elt_ and type 'a cursor = 'a T.cursor_ and type 'a collection = 'a T.set
functor (
T
:
Reins.Sets.Set_
) ->
S
with type 'a elt = 'a T.elt_ and type 'a cursor = 'a T.cursor_ and type 'a collection = 'a T.set