aboutsummaryrefslogtreecommitdiff
path: root/doc/Program.tex
diff options
context:
space:
mode:
authorherbelin2001-09-24 20:34:25 +0000
committerherbelin2001-09-24 20:34:25 +0000
commit5cf95106d590fc6bd393c71db2b57179983b2d27 (patch)
treee5a662a51ef2ced747f41219a0d39e28319775e0 /doc/Program.tex
parent15e6ecfb6fee27d926cdd2f59bda4531b8ed3879 (diff)
Mise en place avertissements pour rep�rer les erreurs volontaires de coq-tex
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8226 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/Program.tex')
-rw-r--r--doc/Program.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Program.tex b/doc/Program.tex
index 9fd6080b82..ddcf8d920f 100644
--- a/doc/Program.tex
+++ b/doc/Program.tex
@@ -415,7 +415,7 @@ Suppose we give the following definitions in \Coq:
First, the decidability of the ordering relation:
\begin{coq_eval}
-Restore State Initial.
+Reset Initial.
Require Le.
Require Gt.
\end{coq_eval}
@@ -531,7 +531,7 @@ Suppose we give the following definitions in \Coq:
Declaration of the ordering relation:
\begin{coq_eval}
-Restore State Initial.
+Reset Initial.
Require List.
Require Gt.
\end{coq_eval}
@@ -542,7 +542,7 @@ Hypothesis inf_sup : (x,y:A){(inf x y)}+{(sup x y)}.
\end{coq_example*}
Definition of the concatenation of two lists:
\begin{coq_eval}
-Save State toto.
+Write State toto.
\end{coq_eval}
\begin{coq_example*}
Fixpoint app [l:list] : list -> list