aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorherbelin2010-04-22 13:51:03 +0000
committerherbelin2010-04-22 13:51:03 +0000
commitf77d428c11bf47c20b8ea67d8ed7dce6af106bcd (patch)
tree44433dd5b3d54de888867d292ed22d6f4f7b9b29 /CHANGES
parenta12cb57a808c328e4a58a9babf34914b0fc1a8a1 (diff)
Applying François Garillot's patch (#2261 in bug tracker) for extended
syntax of "Implicit Type" (that can now be "Implicit Types" and can now accept several blocks of variables of a given type). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12960 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 63900a2b76..eb906205e9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -163,6 +163,8 @@ Vernacular commands
variables before the colon at the start of interactive proofs.
- New command "Declare Reduction <id> := <conv_expr>", allowing to write
later "Eval <id> in ...". This command accepts a Local variant.
+- Syntax of Implicit Type now supports more than one block of variables of
+ a given type.
Library