diff options
| author | herbelin | 2010-04-22 13:51:03 +0000 |
|---|---|---|
| committer | herbelin | 2010-04-22 13:51:03 +0000 |
| commit | f77d428c11bf47c20b8ea67d8ed7dce6af106bcd (patch) | |
| tree | 44433dd5b3d54de888867d292ed22d6f4f7b9b29 /CHANGES | |
| parent | a12cb57a808c328e4a58a9babf34914b0fc1a8a1 (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-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
