module MakeSimple: functor (XML : XML_sigs.Iterable) -> functor (F : sigval emptytags : string listend) -> XML_sigs.SimplePrinter with type xml_elt := XML.elt
functor (
XML
:
XML_sigs.Iterable
) ->
F
sig
val emptytags : string list
string list
end
XML_sigs.SimplePrinter
with type xml_elt := XML.elt
sig val emptytags : string list end
type xml_elt
val print_list : output:(string -> unit) -> ?encode:(string -> string) -> xml_elt list -> unit
output:(string -> unit) -> ?encode:(string -> string) -> xml_elt list -> unit