coq-lsp.fleche
Doc.Target
Checking targets, this specifies what we expect check to reach
Astdump_plugin
Example_plugin
Goaldumpl_plugin
Savevo_plugin
coq-lsp.coq
coq-lsp.lang
coq-lsp.lsp
coq-lsp.petanque
coq-lsp.plugin
fleche_waterproof
petanque_json
type t =
| End
| Position of int * int
val reached : range:Lang.Range.t -> (int * int) -> bool
reached ~range (line,col) checks if (line,col) are before range's end.
reached ~range (line,col)
(line,col)
range