package coq-core

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Vernacstate.InterpSource

Sourcemodule System : sig ... end
Sourcetype t = {
  1. system : System.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

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

Innovation. Community. Security.