diff options
| author | Matthieu Sozeau | 2016-06-27 23:36:31 +0200 |
|---|---|---|
| committer | Matthieu Sozeau | 2016-06-27 23:36:31 +0200 |
| commit | 9f9c1dc37ca3ffe30417c8f7b63d62ad5b63e51b (patch) | |
| tree | 0659a5bfd6c60a82cb0c15026ee490903930eead /CHANGES | |
| parent | 727dcedd8d1d6be5c77cbf4bbe08ff18facf3ba2 (diff) | |
| parent | 5193311836394d3d18a0187a0d77657aa060b651 (diff) | |
Merge branch 'shrinkobl' into trunk
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -15,6 +15,8 @@ Tactics - Flag "Bracketing Last Introduction Pattern" is now on by default. - New flag "Shrink Abstract" that minimalizes proofs generated by the abstract tactical w.r.t. variables appearing in the body of the proof. + On by default and deprecated. Minor source of incompatibility + for code relying on the precise arguments of abstracted proofs. - Serious bugs are fixed in tactic "double induction" (source of incompatibilities as soon as the inductive types have dependencies in the type of their constructors; "double induction" remains however @@ -48,8 +50,11 @@ Hints Program -- The "Shrink Obligations" flag now applies to all obligations, not only those - solved by the automatic tactic. +- The "Shrink Obligations" flag now applies to all obligations, not only + those solved by the automatic tactic. +- "Shrink Obligations" is on by default and deprecated. Minor source of + incompatibility for code relying on the precise arguments of + obligations. Notations |
