Vernacstate
module Synterp : sig ... end
Synterp State, includes parser state, etc... ; as of today the parsing state has no functional components.
module System : sig ... end
module LemmaStack : sig ... end
module Interp : sig ... end
val freeze_full_state : unit -> t
val unfreeze_full_state : t -> unit
module Stm : sig ... end
STM-specific state handling
module Declare : sig ... end