coq-lsp.fleche
Theory.Check
Example_plugin
coq-lsp.coq
coq-lsp.lang
coq-lsp.lsp
coq-lsp.plugin
fleche_waterproof
val maybe_check : io:Io.CallBack.t -> (Int.Set.t * Doc.t) option
Check pending documents, return None if there is none pending, or Some rqs the list of requests ready to execute after the check. Sends progress and diagnostics notifications using output function ofn.
None
Some rqs
ofn