coq-lsp.lang
Lang.Diagnostic
Astdump_plugin
Example_plugin
Goaldumpl_plugin
Savevo_plugin
coq-lsp.coq
coq-lsp.fleche
coq-lsp.lsp
coq-lsp.petanque
coq-lsp.plugin
fleche_waterproof
petanque_json
module Data : sig ... end
module Severity : sig ... end
type t = {
range : Range.t;
severity : Severity.t;
message : Pp.t;
data : Data.t list option;
}
val is_error : t -> bool