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