Skip to content

Commit

Permalink
adapt to coq#19822 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tragicus authored Nov 20, 2024
1 parent dce6ce5 commit 42d58b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/FMapExtensions/LiftRelationInstances.v
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Module FMapExtensionsLiftRelationInstances_fun (E: DecidableType) (Import M: WSf
pose proof (R2_Reflexive default).
t; compute in * |- ; split_and; break_match; try split;
try solve [ eauto 3
| eapply iffR_Proper; [ | | eauto ]; [ | eauto ]; eauto ].
| eapply iffR_Proper; [ | | eapply R_Proper; eauto ]; eauto ].
Qed.

Global Instance lift_relation_gen_hetero_homo_Proper_Proper_subrelation
Expand Down

0 comments on commit 42d58b2

Please sign in to comment.