diff options
author | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2014-11-18 09:35:18 +0100 |
---|---|---|
committer | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2014-11-18 10:26:21 +0100 |
commit | 8d26a1d9a3846c6cbe92a9b2f17ffac6fd7d48f5 (patch) | |
tree | 9f2c82e75cd0e999b67c620e20311722a83e43b4 /CHANGES | |
parent | 30a9a27ce3a76e2704671174483d4b4f84c482e4 (diff) |
Fixing detection of occurrences in the presence of nested subterms for
"simpl at" and "change at".
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -153,9 +153,9 @@ Tactics stage, potential source of incompatibilities). - In Ltac matching on goal, types of hypotheses are now interpreted in the %type scope (possible source of incompatibilities). -- "change ... in ..." and "simpl ... in ..." now consider nested +- "change ... in ..." and "simpl ... in ..." now properly consider nested occurrences (possible source of incompatibilities since this alters - the numbering of occurrences). + the numbering of occurrences), but do not support nested occurrences. - simpl, vm_compute and native_compute can be given a notation string to a constant as argument. - The "change p with c" tactic semantics changed, now type-checking |