module P_01_01:Simple printer for XHTML 1.1 documents (HTML compatible printer)Xml_sigs.Typed_simple_printerwith type 'a elt := 'a M_01_01.elt and type doc := M_01_01.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