package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type chandescr =
  1. | AnonPipe
  2. | Socket of string * int * int
val main_channel : chandescr option ref
val control_channel : chandescr option ref
val init_channels : unit -> unit
val get_channels : unit -> CThread.thread_ic * out_channel
val process_id : unit -> string

Name of current process.