package shexp

  1. Overview
  2. Docs
type t =
  1. | Stdin
  2. | Stdout
  3. | Stderr
val sexp_of_t : t -> Shexp_sexp.Std.Sexp.t