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