aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2018-05-15 13:39:08 +0200
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2018-06-22 11:07:08 +0200
commita9dc951e9068b18ee1cf0e51b2c4ae7a7c40354a (patch)
treea1a4073e5cab0d9af97c129a1574b0549464cc6d /CHANGES
parent7721aeeede9c5578f29e7f37a5ea2005c7d9ce1b (diff)
[ssr] implement {}/v as a short hand for {v}/v when v is an id
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 40626bf06..6ad2cc548 100644
--- a/CHANGES
+++ b/CHANGES
@@ -75,6 +75,12 @@ SSReflect
In particular rule 3 lets one write {x}/v even if v uses the variable x:
indeed the view is executed before the renaming.
+- An empty clear switch is now accepted in intro patterns before a
+ view application whenever the view is a variable.
+ One can now write {}/v to mean {v}/v. Remark that {}/x is very similar
+ to the idiom {}e for the rewrite tactic (the equation e is used for
+ rewriting and then discarded).
+
Changes from 8.8.0 to 8.8.1
===========================