package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. system : States.state;
  2. proof : Proof_global.t;
  3. shallow : bool;
}
val freeze_interp_state : Summary.marshallable -> t
val unfreeze_interp_state : t -> unit
val invalidate_cache : unit -> unit