package core

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

The termination status of a process.

The termination status of a process.

type error = [
  1. | `Exit_non_zero of int
]
val compare_error : error -> error -> int
val error_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> error
val __error_of_sexp__ : Ppx_sexp_conv_lib.Sexp.t -> error
val sexp_of_error : error -> Ppx_sexp_conv_lib.Sexp.t
type t = (unit, error) Core_kernel.Result.t
val compare : t -> t -> int
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val to_string_hum : t -> string
val code : t -> int
val of_code : int -> t
val or_error : t -> unit Core_kernel.Or_error.t