Skip to content

Commit

Permalink
Adapt to coq/coq#17484
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Jul 8, 2023
1 parent e29827f commit cf8d2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/core/transfer.v
Expand Up @@ -567,7 +567,7 @@ Proof.
- rewrite /vfun_of/= vfun_bodyE. exact: inj_v_open.
move => H /=. by rewrite imfset_bij_bwdE.
- rewrite /vfun_of/= vfun_bodyE. exact: inj_v_open.
move => H /=. by rewrite imfset_bij_bwdE //=.
move => H /=. by rewrite imfset_bij_bwdE.
Qed.

(* This follows the same pattern as open_add_vertex. Lemma? *)
Expand Down

0 comments on commit cf8d2bb

Please sign in to comment.