Module Vernacstate.Stm
STM-specific state handling
- type non_pstate- = Summary.frozen * Lib.frozen
- Rest of the state, unfortunately this is used in low-level so we need to expose it 
- val non_pstate : t -> non_pstate
- val same_env : t -> t -> bool
- Checks if two states have the same Environ.env (physical eq)