Functor Xml_print_duce.Make_typed


module Make_typed: 
functor (Typed_xml : Xml_sigs_duce.Typed_xml) -> Xml_sigs_duce.Typed_printer with module Typed_xml := Typed_xml
Parameters:
Typed_xml : Xml_sigs_duce.Typed_xml

module Typed_xml: Xml_sigs_duce.Typed_xml 
type elt = Xml_sigs_duce.Typed_xml.elt 
type doc = Xml_sigs_duce.Typed_xml.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