coq-lsp.lsp
View.Obl
Example_plugin
coq-lsp.coq
coq-lsp.fleche
coq-lsp.lang
coq-lsp.plugin
fleche_waterproof
type t = private Declare.OblState.View.Obl.t = {
name : Names.Id.t;
loc : Loc.t option;
status : bool * Evar_kinds.obligation_definition_status;
solved : bool;
}
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t