From e8869177412c85445b610e3a13bc8f6973b142a3 Mon Sep 17 00:00:00 2001 From: pboutill Date: Thu, 1 Sep 2011 09:50:05 +0000 Subject: 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 --- doc/refman/Program.tex | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/refman/Program.tex') 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 -- cgit v1.2.3