module MakeTypedSimple:functor (XML:XML_sigs.Iterable) ->functor (TypedXML:XML_sigs.TypedXMLwith module XML := XML) ->XML_sigs.TypedSimplePrinterwith type 'a elt := 'a TypedXML.elt and type doc := TypedXML.doc
| Parameters: |
|
type 'a elt
type doc
val print_list : output:(string -> unit) ->
?encode:(string -> string) -> 'a elt list -> unitval print : output:(string -> unit) ->
?encode:(string -> string) ->
?advert:string -> doc -> unit