Skip to content

Commit

Permalink
Be more explicit in Functor/Traversable/Product.v
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Jan 31, 2024
1 parent 284c4bd commit 3fe04f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Functor/Traversable/Product.v
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Proof.
rewrite comp_assoc.
rewrites.
rewrite <- !comp_assoc.
pose proof (naturality[@sequence _ _ _ O _ X]) as X3; simpl in *.
pose proof (naturality[@sequence _ _ _ P _ X]) as X4; simpl in *.
pose proof (naturality[@sequence _ _ _ O _ X] _ _ f) as X3; simpl in *.
pose proof (naturality[@sequence _ _ _ P _ X] _ _ f) as X4; simpl in *.
rewrite !comp_assoc.
comp_left.
rewrite bimap_fmap.
Expand All @@ -55,8 +55,8 @@ Proof.
rewrite comp_assoc.
rewrites.
rewrite <- !comp_assoc.
pose proof (naturality[@sequence _ _ _ O _ X]) as X3; simpl in *.
pose proof (naturality[@sequence _ _ _ P _ X]) as X4; simpl in *.
pose proof (naturality[@sequence _ _ _ O _ X] _ _ f) as X3; simpl in *.
pose proof (naturality[@sequence _ _ _ P _ X] _ _ f) as X4; simpl in *.
rewrite !comp_assoc.
comp_left.
rewrite bimap_fmap.
Expand Down

0 comments on commit 3fe04f4

Please sign in to comment.