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

Module type Xml_sigs.Typed_simple_printer

module type Typed_simple_printer = sig..end

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