package vscoq-language-server

  1. Overview
  2. Docs
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 * Pp.t) -> update_request

Called to handle feedback sent by the worker process

OCaml

Innovation. Community. Security.