module Render:sig..endwith type asexp := t_or_comment
type 'a t
val return : 'a -> 'a tval bind : 'a t ->
('a -> 'b t) ->
'b tval sexp : Sexp_intf.S.With_layout.t_or_comment -> unit tval run : (char -> unit) -> unit t -> unit