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