package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Stdout : sig ... end
module Stderr : sig ... end
type t =
  1. | Before_point_in of Buffer.t
  2. | Before_point_in_current_buffer
  3. | Dev_null
  4. | Overwrite_file of string
  5. | Split of {
    1. stderr : Stderr.t;
    2. stdout : Stdout.t;
    }
val sexp_of_t : t -> Sexplib0.Sexp.t