f_equiv: slightly better support for function relations
All threads resolved!
All threads resolved!
This makes f_equiv more powerful: with it we can solve goals of the form f x ≡ g x
where f, g: X -d> OFE
and f ≡ g
. We still make no attempt at solving goals where the arguments are different. I think in all cases where this applies, it will finish the proof, so I added a solve
.
I also added the testcases from d16ab1aa.
Merge request reports
Activity
mentioned in merge request !325 (merged)
- Resolved by Ralf Jung
This breaks a bunch of stuff because more goals get solved.^^ In Iris I don't quite know how;
auto
does not callf_equiv
or does it? iris@d72f8214In iris/examples it is more expected, there are some
repeat f_equiv
that now solve the goal entirely.
- Resolved by Ralf Jung
enabled an automatic merge when the pipeline for c00c740b succeeds
mentioned in commit 7d5f3593
Please register or sign in to reply