From e6ff6b0714a02a9d322360b66b4ae19423191345 Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 10 Sep 2009 18:39:18 +0000 Subject: Added syntax "exists bindings, ..., bindings" for iterated "exists". git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12316 85f007b7-540e-0410-9357-904b9bb8a0f7 --- doc/refman/RefMan-tac.tex | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/refman/RefMan-tac.tex b/doc/refman/RefMan-tac.tex index d3d1ad918e..abc294e8b1 100644 --- a/doc/refman/RefMan-tac.tex +++ b/doc/refman/RefMan-tac.tex @@ -1515,6 +1515,10 @@ equivalent to {\tt intros; apply ci}. case of existential quantification $\exists x\cdot P(x)$. Then, it is equivalent to {\tt intros; constructor 1 with \bindinglist}. +\item {\tt exists \nelist{\bindinglist}{,}} + + This iteratively applies {\tt exists {\bindinglist}}. + \item {\tt left}\tacindex{left}\\ {\tt right}\tacindex{right} -- cgit v1.2.3