Module Call.Output

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