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

Module type XML_sigs_duce.RawTypedPrinter

module type RawTypedPrinter = sig..end

val print_list : 
  output:(string -> unit) ->
  ?encode:(string -> string) ->
  Images not enabled in this syntax list -> unit
val print : 
  output:(string -> unit) ->
  ?encode:(string -> string) ->
  ?advert:string ->
  Images not enabled in this syntax -> unit