coq-lsp.lsp
Fleche_lsp.JFleche
This module contains the OCaml specification of Flèche's / coq-lsp extensions to LSP
Astdump_plugin
Example_plugin
Explain_errors
Goaldumpl_plugin
Savevo_plugin
Unidiff_plugin
coq-lsp.coq
coq-lsp.fleche
coq-lsp.lang
coq-lsp.petanque
coq-lsp.plugin
coq-lsp.request
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 Config : sig ... end
Server config
val mk_progress : uri:Lang.LUri.File.t -> version:int -> Fleche.Progress.Info.t list -> Base.Notification.t
FileProgress support
module FileProgress : sig ... end
module Message : sig ... end
Goals
module GoalsAnswer : sig ... end
module CompletionStatus : sig ... end
Coq-lsp-specific
module RangedSpan : sig ... end
module FlecheDocument : sig ... end
module SentencePerfData : sig ... end
module DocumentPerfData : sig ... end
val mk_perf : uri:Lang.LUri.File.t -> version:int -> Fleche.Perf.t -> Base.Notification.t
val mk_serverVersion : Fleche.ServerInfo.Version.t -> Base.Notification.t
val mk_serverStatus : Fleche.ServerInfo.Status.t -> Base.Notification.t