blob: 4ce5811da38fb0d06f8305840304c41908f08e57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
\newpage
\section*{The interpretation of Coq front abstract syntax of terms}
\ocwsection \label{interp}
This chapter describes the translation from \Coq\ context-dependent
front abstract syntax of terms (\verb=front=) to and from the
context-free, untyped, globalized form of constructions (\verb=glob_constr=).
The modules translating back and forth the front abstract syntax are
organized as follows.
\bigskip
\begin{center}\epsfig{file=interp.dep.ps}\end{center}
|