blob: 4d60ec34ffa9bd7df3907ed7e23a8027b2a6d837 (
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{library}
This chapter describes the translation from \Coq\ context-dependent
front abstract syntax of terms (\verb=front=} to and from the
context-free, untyped, raw form of constructions (\verb=rawconstr=).
The modules translating back and forth the front abstract syntax are
organized as follows.
\bigskip
\begin{center}\epsfig{file=library.dep.ps}\end{center}
|