Stdune.PpPretty printers
A document that is not yet rendered. The argument is the type of tags in the document. For instance tags might be used for styles.
module type Tag = sig ... endmodule Renderer : sig ... endmodule Render :
Renderer.S with type Tag.t = unit with type Tag.Handler.t = unitA simple renderer that doesn't take tags
val pp : Format.formatter -> unit t -> unitval nop : 'a tval int : int -> _ tval string : string -> _ tval char : char -> _ tval space : _ tval cut : _ tval newline : _ tval text : string -> _ t