Module Vernacstate
module Parser : sig ... endmodule System : sig ... endSystem State
module LemmaStack : sig ... endtype t={parsing : Parser.t;parsing state
parsing state may not behave 100% functionally yet, bewaresystem : System.t;summary + libstack
lemmas : LemmaStack.t option;proofs of lemmas currently opened
program : Declare.OblState.t;program mode table
shallow : bool;is the state trimmed down (libstack)
}
val freeze_interp_state : marshallable:bool -> tval unfreeze_interp_state : t -> unitval invalidate_cache : unit -> unit
module Stm : sig ... endSTM-specific state handling
module Declare : sig ... end