aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHugo Herbelin2015-12-09 23:38:00 +0100
committerHugo Herbelin2015-12-10 17:44:19 +0100
commitfb77937a6ba0fe45e978911db08de57f931683e1 (patch)
tree7a82660e8a0686d4989a615bf5c839ec2e7d8c60 /CHANGES
parent20e1829ad3de42dd322af972c6f9a585f40738ef (diff)
Changing syntax of pat/constr1.../constrn into pat%constr1...%constrn.
Marking it as experimental.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 70ed1bef01..389572014e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,9 @@ Tactics
- Syntax "destruct !hyp" changed to "destruct (hyp)", and similarly
for induction.
+- Syntax "p/c" for on-the-fly application of a lemma c before
+ introducing along pattern p changed to p%c1..%cn. The feature and
+ syntax are in experimental stage.
Changes from V8.5beta2 to V8.5beta3
===================================