Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Module Html5.P

module P : 
  Xml_sigs.Typed_simple_printerwith 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:(string -> string) ->
  'a elt list -> unit
val print : 
  output:(string -> unit) ->
  ?encode:(string -> string) ->
  ?advert:string -> doc -> unit