Skip to content

Commit

Permalink
Another attempt at being more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Jan 30, 2024
1 parent 48ea563 commit 9a17d8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Adjunction/Natural/Transformation/Universal.v
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ Next Obligation. proper; now rewrites. Qed.
Next Obligation.
rewrite fmap_comp.
rewrite <- comp_assoc.
srewrite (naturality[unit[A]]).
srewrite (naturality[@Transformation.unit _ _ _ _ A]).
rewrite comp_assoc.
srewrite (@Transformation.fmap_counit_unit); cat.
Qed.
Next Obligation.
rewrite fmap_comp.
rewrite comp_assoc.
srewrite_r (naturality[counit[A]]).
srewrite_r (naturality[@Transformation.counit _ _ _ _ A]).
rewrite <- comp_assoc.
srewrite (@Transformation.counit_fmap_unit); cat.
Qed.
Next Obligation.
rewrite fmap_comp.
rewrite <- comp_assoc.
srewrite (naturality[unit[A]]).
srewrite (naturality[@Transformation.unit _ _ _ _ A]).
now rewrite comp_assoc.
Qed.
Next Obligation.
Expand All @@ -56,7 +56,7 @@ Qed.
Next Obligation.
rewrite fmap_comp.
rewrite comp_assoc.
srewrite_r (naturality[counit[A]]).
srewrite_r (naturality[@Transformation.counit _ _ _ _ A]).
now rewrite <- comp_assoc.
Qed.

Expand Down

0 comments on commit 9a17d8b

Please sign in to comment.