package coq-core

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

Module VernacstateSource

Sourcemodule Synterp : sig ... end

Synterp State, includes parser state, etc... ; as of today the parsing state has no functional components.

Sourcemodule System : sig ... end
Sourcemodule LemmaStack : sig ... end
Sourcemodule Interp : sig ... end
Sourcetype t = {
  1. synterp : Synterp.t;
  2. interp : Interp.t;
}
Sourceval freeze_full_state : unit -> t
Sourceval unfreeze_full_state : t -> unit
Sourcemodule Stm : sig ... end

STM-specific state handling

Sourcemodule Declare : sig ... end
OCaml

Innovation. Community. Security.