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

Functor Tyxml_html.Make_printer

module Make_printer (O : Xml_sigs.Output) : 
  
  Xml_sigs.Typed_printerwith type out := O.out
and type 'a elt := 'a elt
and type doc := doc

DeprecatedUse Tyxml_html.pp instead. Parametrized stream printer for Html documents.

Parameters :

O:Xml_sigs.Output

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