module Stdout : sig ... end
module Stderr : sig ... end
type t
=
|
Before_point_in of Buffer.t
Before_point_in_current_buffer
Dev_null
Overwrite_file of string
Split of
{
stderr : Stderr.t;
stdout : Stdout.t;
}
include sig ... end
val sexp_of_t : t ‑> Base.Sexp.t