Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = Core_extended.Shell.Process.t
type status = [
| `Timeout of Core_extended.Std.Time.Span.t
| `Exited of int
| `Signaled of Async.Signal.t
]
exception Failed of result
val status_to_string : status -> string
val format_failed : result -> string