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