coq-lsp.lang
Lang.Diagnostic
Example_plugin
coq-lsp.coq
coq-lsp.fleche
coq-lsp.lsp
coq-lsp.plugin
fleche_waterproof
module Extra : sig ... end
type t = {
range : Range.t;
severity : int;
message : Pp.t;
extra : Extra.t list option;
}
val is_error : t -> bool