package subprocess

  1. Overview
  2. Docs

Module Core.InSource

Sourcetype _ t =
  1. | Stdin : stdin t
  2. | Channel : channel t
  3. | File : string -> file t
  4. | Pipe : Out_channel.t -> pipe t
OCaml

Innovation. Community. Security.