diff options
| author | Hugo Herbelin | 2015-12-09 23:38:00 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2015-12-10 17:44:19 +0100 |
| commit | fb77937a6ba0fe45e978911db08de57f931683e1 (patch) | |
| tree | 7a82660e8a0686d4989a615bf5c839ec2e7d8c60 /CHANGES | |
| parent | 20e1829ad3de42dd322af972c6f9a585f40738ef (diff) | |
Changing syntax of pat/constr1.../constrn into pat%constr1...%constrn.
Marking it as experimental.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 =================================== |
