Module type Xml_sigs.Typed_pp

type 'a elt
type doc
val pp_elt : ?encode:(string -> string) -> ?indent:bool -> unit -> Format.formatter -> 'a elt -> unit
val pp : ?encode:(string -> string) -> ?indent:bool -> ?advert:string -> unit -> Format.formatter -> doc -> unit