Module type XML_sigs.Printer
module type Printer = sig..end
type xml_elt
type out
val print_list :
?encode:(string -> string) ->
xml_elt list -> out
module type Printer = sig..end
type xml_elt
type out
val print_list :
?encode:(string -> string) ->
xml_elt list -> out