Module Tyxml_html.Make_printer

Parametrized stream printer for Html documents.

deprecated

Use pp instead.

Parameters

Signature

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