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