package core_unix

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

Module Core_unix.ExitSource

The termination status of a process.

Sourcetype error = [
  1. | `Exit_non_zero of int
]
Sourceval compare_error : error -> error -> int
Sourceval sexp_of_error : error -> Sexplib0.Sexp.t
Sourceval error_of_sexp : Sexplib0.Sexp.t -> error
Sourceval __error_of_sexp__ : Sexplib0.Sexp.t -> error
Sourcetype t = (unit, error) Core.Result.t
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t Base__Ppx_compare_lib.compare
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval to_string_hum : t -> string
Sourceval code : t -> int
Sourceval of_code : int -> t
Sourceval or_error : t -> unit Core.Or_error.t
OCaml

Innovation. Community. Security.