package coq-core

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

This module registers the declaration of global tables, which will be kept in synchronization during the various backtracks of the system.

type t =
  1. | Synterp
  2. | Interp

We distinguish two stages and separate the system state accordingly. Synterp is the syntactic interpretation phase, i.e. vernacular parsing and execution of commands having an effect on parsing. Interp is the interpretation phase, where standard commands are executed.

val equal : t -> t -> bool
OCaml

Innovation. Community. Security.