aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-05-09 12:46:53 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-05-09 12:46:53 +0000
commit3770120fca46d784ddc616404e3c47fa5db0c9d3 (patch)
treeeca353d6013acfedbefaae1d58550e0b669387f7 /CHANGES
parentee455f9c243ab7c3c5783180bae402bed2117820 (diff)
possibilité d'écrire [foo| ] au lieu de [foo|idtac]
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7005 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 45c5d671c..231d9c4ee 100644
--- a/CHANGES
+++ b/CHANGES
@@ -28,6 +28,9 @@ Tactics
- The argument of Declare Left Step and Declare Right Step is now a term
(it used to be a reference) (doc TODO)
- Omega now handles arbitrary precision integers
+- Idtac can now be left implicit in a [...|...] construct: for instance,
+ [ foo | | bar ] stands for [ foo | idtac | bar ]. (doc TODO).
+
Modules