package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Parser : sig ... end
module LemmaStack : sig ... end
type t = {
  1. parsing : Parser.state;
  2. system : States.state;
  3. lemmas : LemmaStack.t option;
  4. shallow : bool;
}
val freeze_interp_state : marshallable:bool -> t
val unfreeze_interp_state : t -> unit
val make_shallow : t -> t
val invalidate_cache : unit -> unit
module Proof_global : sig ... end
OCaml

Innovation. Community. Security.