module Make:functor (XML:XML_sigs.Iterable) ->functor (I:sig:string listend) ->functor (O:XML_sigs.Output) ->XML_sigs.Printerwith type out := O.out and type xml_elt := XML.elt
| Parameters: |
|
type xml_elt
type out
val print_list : ?encode:(string -> string) ->
xml_elt list -> out