module Make_printer_01_00:Parametrized stream printer for XHTML 1.0 documentsfunctor (O:Xml_sigs.Output) ->Xml_sigs.Typed_printerwith type out := O.out and type 'a elt := 'a M_01_00.elt and type doc := M_01_00.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