package coq-core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. system : System.Interp.t;
    (*

    summary + libstack

    *)
  2. lemmas : LemmaStack.t option;
    (*

    proofs of lemmas currently opened

    *)
  3. program : Declare.OblState.t NeList.t;
    (*

    program mode table. One per open module/section including the toplevel module.

    *)
  4. opaques : Opaques.Summary.t;
    (*

    qed-terminated proofs

    *)
}
val freeze_interp_state : unit -> t
val unfreeze_interp_state : t -> unit
val invalidate_cache : unit -> unit
OCaml

Innovation. Community. Security.