coq-lsp.petanque
Agent.State
Petanque.Agent
Astdump_plugin
Example_plugin
Explain_errors
Goaldumpl_plugin
Savevo_plugin
Unidiff_plugin
coq-lsp.coq
coq-lsp.fleche
coq-lsp.lang
coq-lsp.lsp
coq-lsp.plugin
coq-lsp.serlib
fleche_waterproof
petanque_json
petanque_shell
serlib_cc
serlib_extraction
serlib_firstorder
serlib_funind
serlib_ltac
serlib_ltac2
serlib_micromega
serlib_number_string_notation_plugin
serlib_ring
serlib_ssr
serlib_ssrmatching
serlib_tauto
serlib_zify
type t
Full state of Coq
val name : string
val hash : t -> int
OCaml poly Coq state hash; tuned for interactive edition.
module Inspect : sig ... end
val equal : ?kind:Inspect.t -> t -> t -> bool
equal ?kind st1 st2 kind defaults to Inspect.Physical
equal ?kind st1 st2
kind
Inspect.Physical
module Proof : sig ... end
val lemmas : t -> Proof.t option