Module HTML5.P
module P :
XML_sigs.TypedSimplePrinterwith type 'a elt := 'a M.elt
and type doc := M.doc
Simple printer for HTML5 documents
type 'a elt
type doc
val print_list :
output:(string -> unit) ->
?encode:(Buffer.t -> string -> unit) ->
'a elt list -> unit
val print :
output:(string -> unit) ->
?encode:(Buffer.t -> string -> unit) ->
?advert:string -> doc -> unit