aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-05-24 23:30:32 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-05-24 23:30:32 +0000
commitf2852e673938e31ccd24ef7573156ed861537e85 (patch)
treeb3b2b8cc4f7e7a8632f8cb506cf9ff4fae727ef5 /CHANGES
parentf532f9506236ac9cc8e8b7dc69a82e43040705d3 (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--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2e66d182c..65fb63776 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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