Skip to content

Commit f2e2f44

Browse files
authored
Merge pull request #44 from rocq-community/coq_19811
Compat with rocq-prover/rocq#19811
2 parents 8237641 + 4e40793 commit f2e2f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theories/core/extraction_iso.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ Lemma split_io_edge_lens (G : graph2) (e : edge G) :
339339
Proof.
340340
move => e_io lens_G. rewrite lens_io_set // inE in e_io.
341341
rewrite /tm_. case: ifP e_io => //= [e_io _|eNio e_oi]; first exact: split_io_edge.
342-
rewrite <- cnv2I.
342+
rewrite <- cnv2I at 1.
343343
have e_io : e \in @edges _ _ (g2_cnv G) input output by [].
344344
rewrite -> (split_io_edge e_io) at 1. by rewrite -> cnv2par.
345345
Qed.

0 commit comments

Comments
 (0)