package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. pid : Core_kernel.Pid.t;
  2. stdin : Unix.file_descr;
  3. stdout : Unix.file_descr;
  4. stderr : Unix.file_descr;
}
include sig ... end
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
OCaml

Innovation. Community. Security.