diff options
Diffstat (limited to 'COMPATIBILITY')
| -rw-r--r-- | COMPATIBILITY | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/COMPATIBILITY b/COMPATIBILITY index eeb0c292b1..2b3862eb08 100644 --- a/COMPATIBILITY +++ b/COMPATIBILITY @@ -62,6 +62,13 @@ Type classes. type information and switching to proof mode is no longer available. Use { } (without the vertical bars) instead. +Tactic abstract. + +- Auxiliary lemmas generated by the abstract tactic are removed from + the global environment and inlined in the proof term when a proof + is ended with Qed. The behavior of 8.4 can be obtained by ending + proofs with "Qed export" or "Qed export ident, .., ident". + Potential sources of incompatibilities between Coq V8.3 and V8.4 ---------------------------------------------------------------- |
