module MakeTyped:functor (XML:XML_sigs.Iterable) ->functor (TypedXML:XML_sigs.TypedXMLwith module XML := XML) ->functor (O:XML_sigs.Output) ->XML_sigs.TypedPrinterwith type out := O.out and type 'a elt := 'a TypedXML.elt and type doc := TypedXML.doc
| Parameters: |
|
type 'a elt
type doc
type out
val print_list : ?encode:(string -> string) ->
'a elt list -> outval print : ?encode:(string -> string) ->
?advert:string -> doc -> out