package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.15.0.tar.gz
sha256=73466e61f229b23b4daffdd964be72bd7a110963b9d84bd4a86bb05c5dc19ef3

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.