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

Module type XML_sigs.SimplePrinter

module type SimplePrinter = sig..end

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