diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-05-24 23:30:32 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-05-24 23:30:32 +0000 |
commit | f2852e673938e31ccd24ef7573156ed861537e85 (patch) | |
tree | b3b2b8cc4f7e7a8632f8cb506cf9ff4fae727ef5 /CHANGES | |
parent | f532f9506236ac9cc8e8b7dc69a82e43040705d3 (diff) |
Ajout FreshId
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4072 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -45,6 +45,8 @@ Implicit arguments implicits (like constants and variables) - Set Implicit Arguments is strict by default in new syntax - Implicit Arguments flags are now synchronous with reset +- New switch "Unset/Set Printing Implicits" to globally control + printing of implicits Grammar extensions @@ -64,6 +66,7 @@ Library Tactic language - Fail tactic now accepts a failure message +- New primitive tactic "FreshId" to generate new names Tactics |