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

Functor XML_print.MakeSimple

module MakeSimple : functor (XML : XML_sigs.Iterable) -> 
  functor (F : sig      val emptytags : string listend) ->
  XML_sigs.SimplePrinterwith type xml_elt := XML.elt

Parameters :

XML:XML_sigs.Iterable
F:sig val emptytags : string list end

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