package core_unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('stdin, 'stdout, 'stderr) t = {
  1. pid : Core.Pid.t;
  2. stdin : 'stdin;
  3. stdout : 'stdout;
  4. stderr : 'stderr;
}
OCaml

Innovation. Community. Security.