package coq-core

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

Module Vernacstate.StmSource

STM-specific state handling

Sourcetype pstate

Proof state + meta/evar counters

Sourceval pstate : t -> pstate
Sourceval set_pstate : t -> pstate -> t
Sourcetype non_pstate = Summary.frozen * Lib.frozen

Rest of the state, unfortunately this is used in low-level so we need to expose it

Sourceval non_pstate : t -> non_pstate
Sourceval same_env : t -> t -> bool

Checks if two states have the same Environ.env (physical eq)

Sourceval make_shallow : t -> t

Call Lib.drop_objects on the state

OCaml

Innovation. Community. Security.