package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.14.1.tar.gz
sha256=3cbfc1e1a72b16d4744f5b64ede59586071e31d9c11c811a0372060727bfd9c3

doc/coq-core.vernac/Vernacstate/Stm/index.html

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.