package vscoq-language-server

  1. Overview
  2. Docs
module type Job = sig ... end
type job_handle
val cancel_job : job_handle -> unit

If the job fails to start, the error is reported on this sentence

module type Worker = sig ... end
OCaml

Innovation. Community. Security.