package vscoq-language-server

  1. Overview
  2. Docs
VSCoq language server

Install

Dune Dependency

Authors

Maintainers

Sources

vscoq-language-server-2.2.4.tar.gz
md5=44ada383e4a3cb23d883eb720391e9db
sha512=e55ddda2beb5abbe5eb63c7ba6761b1f958dc4674178c4b5741082665d8ad15d481c978685dcf648afebb9b07abd95069347b8651f078d87820399f459e16f17

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 * Types.Quickfix.t list * Pp.t) -> update_request

Called to handle feedback sent by the worker process

OCaml

Innovation. Community. Security.