Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/Rewriter/Rewriter/ProofsCommonTactics.v
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,10 @@ Module Compilers.
[ now
let H := fresh in
cbv [Proper respectful] in *;
intro H; eapply H; intros; subst; eauto
intro H; eapply H; intros; subst; eauto;
prove_eq_by_Proper
| first [ now typeclasses eauto
| now cbv [Proper respectful] in *; typeclasses eauto with core
| idtac "WARNING: Could not find Proper instance";
clear;
print_context_and_goal ();
Expand Down