package async_unix

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Process.OutputSource

Sourcetype t = {
  1. stdout : string;
  2. stderr : string;
  3. exit_status : Async_unix__.Import.Unix.Exit_or_signal.t;
}
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t -> t -> int
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourcemodule Stable : sig ... end
OCaml

Innovation. Community. Security.