Module Pp.Render

A simple renderer that doesn't take tags

module Tag : Tag with type t = unit and type Handler.t = unit
val string : unit -> (?⁠margin:int -> ?⁠tag_handler:Tag.Handler.t -> Tag.t t -> string) Staged.t
val channel : Stdlib.out_channel -> (?⁠margin:int -> ?⁠tag_handler:Tag.Handler.t -> Tag.t t -> unit) Staged.t