diff options
| author | Maxime Dénès | 2014-05-18 13:03:54 -0400 |
|---|---|---|
| committer | Maxime Dénès | 2014-05-18 13:03:54 -0400 |
| commit | e1cf5ccd8df7080d7dd2aadf0305a9d3ba9c5d9d (patch) | |
| tree | a110112b38c0761030a2395463ddc93e9c0a61a2 /CHANGES | |
| parent | 1cfec06ce06ae6c783b840a8d59bb89ee34a87ee (diff) | |
Restored old behavior of injection on proofs by default.
Use Set Injection On Proof to enable the new behavior.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -104,9 +104,9 @@ Tactics former behavior obtainable by "Unset Injection L2R Pattern Order"). - New tactic "rewrite_strat" for generalized rewriting with user-defined strategies, subsumming autorewrite. -- Injection now also deduces equality of arguments of sort Prop. Old behavior - can be restored by "Unset Injection On Proofs". Also improved the error - messages. +- Injection can now also deduce equality of arguments of sort Prop, by using + the option "Set Injection On Proofs" (disabled by default). Also improved the + error messages. - Tactic "subst id" now supports id occurring in dependent local definitions. Program |
