module MakePrinter:Parametrized stream printer for HTML5 documentsfunctor (
O
:
XML_sigs.Output
) ->
XML_sigs.TypedPrinter
with type out := O.out and type 'a elt := 'a M.elt and type doc := M.doc
Parameters: |
|
type 'a
elt
type
doc
type
out
val print_list : ?encode:(string -> string) ->
'a elt list -> out
val print : ?encode:(string -> string) ->
?advert:string -> doc -> out