package coq-core

  1. Overview
  2. Docs
The Coq Proof Assistant -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.17.0.tar.gz
sha512=2f77bcb5211018b5d46320fd39fd34450eeb654aca44551b28bb50a2364398c4b34587630b6558db867ecfb63b246fd3e29dc2375f99967ff62bc002db9c3250

doc/coq-core.coqworkmgrapi/CoqworkmgrApi/index.html

Module CoqworkmgrApiSource

Sourcetype priority =
  1. | Low
  2. | High
Sourceval string_of_priority : priority -> string
Sourceval priority_of_string : string -> priority
Sourceval default_async_proofs_worker_priority : priority
Sourceval init : priority -> unit
Sourceval get : int -> int
Sourceval tryget : int -> int option
Sourceval giveback : int -> unit
Sourcetype request =
  1. | Hello of priority
  2. | Get of int
  3. | TryGet of int
  4. | GiveBack of int
  5. | Ping
Sourcetype response =
  1. | Tokens of int
  2. | Noluck
  3. | Pong of int * int * int
Sourceval connect : string -> Unix.file_descr option
Sourceexception ParseError
Sourceval parse_request : string -> request
Sourceval parse_response : string -> response
Sourceval print_request : request -> string
Sourceval print_response : response -> string
OCaml

Innovation. Community. Security.