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

Functor XML_print_duce.MakeTyped

module MakeTyped : functor (TypedXML : XML_sigs_duce.TypedXML) -> 
  XML_sigs_duce.TypedPrinterwith module TypedXML := TypedXML

Parameters :

TypedXML:XML_sigs_duce.TypedXML

module TypedXML : XML_sigs_duce.TypedXML
type elt = XML_sigs_duce.TypedXML.elt
type doc = XML_sigs_duce.TypedXML.doc
val print_list : 
  output:(string -> unit) ->
  ?encode:(string -> string) ->
  elt list -> unit
val print : 
  output:(string -> unit) ->
  ?encode:(string -> string) ->
  ?advert:string -> doc -> unit