aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-02-01 10:21:54 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-02-01 10:21:54 +0000
commit9b913feb3532c15aad771f914627a7a82743e625 (patch)
tree768da5dfa01c8e619683a05f0bf41378c940ad56 /CHANGES
parenta502c83b5c9878ef30a8f25f945ff0ef7b70f0f6 (diff)
Suite révision 10495
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10496 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 17eea233a..d45698d5b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -90,6 +90,11 @@ Tactic Language
must not be used elsewhere as variables in the same ltac expression
(possible source of incompatibility).
- New syntax "Ltac tac ::= ..." to rebind a tactic to a new expression.
+- "let rec ... in ... " now supports for expressions without explicit
+ parameters; interpretation is lazy to the contrary of "let ... in ...";
+ hence, the "rec" keyword can be used to turn the argument of a
+ "let ... in ..." into a lazy one.
+
Tactics