module P:Simple printer for XHTML documents (HTML compatible printer)XML_sigs.TypedSimplePrinterwith type 'a elt := 'a M.elt and type doc := M.doc
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