coq-lsp.lsp
OblState.View
Example_plugin
coq-lsp.coq
coq-lsp.fleche
coq-lsp.lang
coq-lsp.plugin
fleche_waterproof
module Obl : sig ... end
type t = private Declare.OblState.View.t = {
opaque : bool;
remaining : int;
obligations : Obl.t array;
}
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t