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

Module type Xml_sigs.Simple_printer

module type Simple_printer = sig..end

type xml_elt
val print_list : 
  output:(string -> unit) ->
  ?encode:(string -> string) ->
  xml_elt list -> unit