Module XHTML_duce.​P_01_00

module P_01_00 : XML_sigs_duce.TypedPrinterwith module TypedXML := M

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