coq-lsp.fleche
Fleche.Info
Astdump_plugin
Example_plugin
Explain_errors
Goaldumpl_plugin
Savevo_plugin
Unidiff_plugin
coq-lsp.coq
coq-lsp.lang
coq-lsp.lsp
coq-lsp.petanque
coq-lsp.plugin
coq-lsp.serlib
fleche_waterproof
petanque_json
petanque_shell
serlib_cc
serlib_extraction
serlib_firstorder
serlib_funind
serlib_ltac
serlib_ltac2
serlib_micromega
serlib_number_string_notation_plugin
serlib_ring
serlib_ssr
serlib_ssrmatching
serlib_tauto
serlib_zify
module type Point = sig ... end
module LineCol : Point with type t = int * int
module Offset : Point with type t = int
type approx =
| Exact
Exact on point
| PrevIfEmpty
If no match, return prev
| Prev
If no match, return prev, if match, too
module type S = sig ... end
Located queries
module LC : S with module P := LineCol
module O : S with module P := Offset
module Goals : sig ... end
We move towards a more modular design here, for preprocessing
module Completion : sig ... end