aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/refman/Program.tex
diff options
context:
space:
mode:
authorGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-09-01 09:50:05 +0000
committerGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-09-01 09:50:05 +0000
commite8869177412c85445b610e3a13bc8f6973b142a3 (patch)
tree63e299a8d5207d8280624a8f1b368cf22735e6ff /doc/refman/Program.tex
parent2ba40979362dc188252ef20838554e18c6cbfd70 (diff)
Bug 2583: Update of the syntax of terms in the reference manual
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14425 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/refman/Program.tex')
-rw-r--r--doc/refman/Program.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/refman/Program.tex b/doc/refman/Program.tex
index b41014ab7..fb2eb834b 100644
--- a/doc/refman/Program.tex
+++ b/doc/refman/Program.tex
@@ -92,6 +92,8 @@ Program Definition id (n : nat) : { x : nat | x = n } :=
Finally, the let tupling construct {\tt let (x1, ..., xn) := t in b}
does not produce an equality, contrary to the let pattern construct
{\tt let '(x1, ..., xn) := t in b}.
+Also, ``{\term}:>'' explicitly asks the system to see {\term} in a coerced
+way.
The next two commands are similar to their standard counterparts
Definition (see Section~\ref{Basic-definitions}) and Fixpoint (see Section~\ref{Fixpoint}) in that