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