module XML_iter: sig .. end
sig
end
module Make: functor (XML : XML_sigs.Iterable) -> sig .. end
functor (
XML
:
XML_sigs.Iterable
) ->