package coq

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

Parameters

Signature

type process
val spawn : ?prefer_sock:bool -> ?env:string array -> string -> string array -> process * in_channel * out_channel
type handle = process
val kill : handle -> unit
val unixpid : handle -> int
val uid : handle -> string
val is_alive : handle -> bool