Warning: Reason support is experimental. We are looking for beta-tester and contributors.

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