Skip to content

Commit

Permalink
Merge pull request #33 from coq-community/coq_17484
Browse files Browse the repository at this point in the history
Adapt to coq/coq#17484
  • Loading branch information
palmskog authored Jul 8, 2023
2 parents e29827f + cf8d2bb commit f710b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/core/transfer.v
Original file line number Diff line number Diff line change
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 f710b62

Please sign in to comment.