package pvem_lwt_unix

  1. Overview
  2. Docs
val do_or_fail : string -> (unit, [> `Shell of string * [> `Exited of int | `Exn of exn | `Signaled of int | `Stopped of int ] ]) Deferred_result.t
val execute : string -> (string * string * [ `Exited of int | `Signaled of int | `Stopped of int ], [> `Shell of string * [> `Exn of exn ] ]) Deferred_result.t
val status_to_string : [< `Exited of int | `Exn of exn | `Signaled of int | `Stopped of int ] -> string