aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorherbelin2003-01-19 22:45:15 +0000
committerherbelin2003-01-19 22:45:15 +0000
commitfeebb7a7a460ec7c67b96e7d04f43a382d43649e (patch)
tree8af8ea9ea34c808852873e99ceb5ce53bc8fc3dc /doc
parentefde31293e0a4676ce7d1537f1374e832d5c43f6 (diff)
MAJ V7.4
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8308 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/RefMan-syn.tex19
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/RefMan-syn.tex b/doc/RefMan-syn.tex
index ed286f5584..20dbd74fce 100755
--- a/doc/RefMan-syn.tex
+++ b/doc/RefMan-syn.tex
@@ -5,9 +5,9 @@ In this chapter, we introduce advanced commands to modify the way
{\Coq} parses and prints objects, i.e. the translations between the
concrete and internal representations of terms and commands. The main
commands are {\tt Notation} and {\tt Infix}.
-It also happens that the same symbolic notation is expected in
-different contexts. To achieve this form of overloading, Coq offers a
-notion of interpretation scope described in section \label{scopes}.
+%It also happens that the same symbolic notation is expected in
+%different contexts. To achieve this form of overloading, Coq offers a
+%notion of interpretation scope described in section \ref{scopes}.
\Rem: Commands {\tt Grammar}, {\tt Syntax}, {\tt Syntactic Definition}
and {\tt Distfix} which were present for a while in Coq are no longer
@@ -34,7 +34,7 @@ string \verb="A /\ B"= (called a {\em notation}) tells how it is
symbolically written.
A notation is always surrounded by quotes (excepted when the
-abbreviation is a single ident, see \label{Abbreviations}). The
+abbreviation is a single ident, see \ref{Abbreviations}). The
notation is composed of {\em tokens} separated by spaces. Identifiers
in the string (such as \texttt{A} and \texttt{B}) are the {\em
parameters} of the notation. They must occur at least once each in the
@@ -322,12 +322,13 @@ where {\tt x} and {\tt y} are fresh names distinct from {\qualid}. Here is an ex
Infix "/\\" and (at level 6, right associativity).
\end{coq_example*}
-\section{Symbolic interpretation scopes}
-
-TODO
+%\section{Symbolic interpretation scopes}
+%
+%TODO
+\iffalse
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\chapter{Syntax extensions (old)}
+\chapter{syntax extensions}
\label{Addoc-syntax}
In this chapter, we introduce advanced commands to modify the way
@@ -2112,7 +2113,7 @@ allow the printer of tactic to change the universe. The primitive printer
{\tt command} is a special identifier used for this
purpose. They are used in the code of the default printer that {\tt
gentacpr} gives to {\tt genprint}.
-
+\fi
% $Id$