Module type XML_sigs.Printer
module type Printer = sig..end
type xml_elt
type out
val print_list :
?encode:(Buffer.t -> string -> unit) ->
xml_elt list -> out
Warning: Reason support is experimental. We are looking for beta-tester and contributors.
module type Printer = sig..end
type xml_elt
type out
val print_list :
?encode:(Buffer.t -> string -> unit) ->
xml_elt list -> out