package vscoq-language-server

  1. Overview
  2. Docs
VSCoq language server

Install

Dune Dependency

Authors

Maintainers

Sources

vscoq-language-server-2.2.6.tar.gz
md5=f528c1760966ac10d48b5f1c5531411a
sha512=1f69538ae5f78854b34e3f1a9d408714843e899bb96d063c2bfac410339b6a13ee5f30d5e7b3cd2bbd673169bcfdb550153ba741092cdc3ee3a8ca6446cc2240

doc/vscoq-language-server.dm/Dm/DelegationManager/module-type-Job/index.html

Module type DelegationManager.JobSource

type t

The data out of which the job can be performed. Must be marshalable

val name : string

Used to craft a job specific command line option for the worker process used when fork is not available

val binary_name : string

Name of the worker process binary used when fork is not available

val initial_pool_size : int

Max number of workers for this kind job

type update_request
val appendFeedback : (Feedback.route_id * Types.sentence_id) -> (Feedback.level * Loc.t option * Quickfix.t list * Pp.t) -> update_request

Called to handle feedback sent by the worker process

OCaml

Innovation. Community. Security.