Factor out solve_proper_prepare
This helps when debugging solve_proper_core failures.
Merge request reports
Activity
added 2 commits
Why don't we let
f_equiv
also perform:repeat lazymatch goal with | |- (_ ==> _)%signature _ _ => intros ??? | |- pointwise_relation _ _ _ _ => intros ? | |- ?R ?f _ => try let f' := constr:(λ x, f x) in intros ? end
That should solve the issue in https://gitlab.mpi-sws.org/FP/iris-coq/merge_requests/76
Edited by Robbert Krebbersmentioned in commit 572581f1
Please register or sign in to reply