From 3770120fca46d784ddc616404e3c47fa5db0c9d3 Mon Sep 17 00:00:00 2001 From: letouzey Date: Mon, 9 May 2005 12:46:53 +0000 Subject: 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 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 45c5d671ce..231d9c4ee5 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 -- cgit v1.2.3