Skip to content

Commit

Permalink
Make more uses explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Jan 31, 2024
1 parent 6ceeb6f commit 4482ec2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Theory/Kan/Extension.v
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,11 @@ Proof.
* simpl.
rewrite <- to_adj_nat_l.
rewrite <- to_adj_nat_r.
now srewrite (naturality[X0]).
now srewrite (@naturality _ _ _ _ X0 _ _ f).
* simpl.
rewrite <- to_adj_nat_l.
rewrite <- to_adj_nat_r.
now srewrite (naturality[X0]).
now srewrite (@naturality _ _ _ _ X0 _ _ f).
+ simpl.
proper.
apply to_adj_respects.
Expand All @@ -204,11 +204,11 @@ Proof.
* simpl.
rewrite <- from_adj_nat_l.
rewrite <- from_adj_nat_r.
now srewrite (naturality[X0]).
now srewrite (@naturality _ _ _ _ X0 _ _ f).
* simpl.
rewrite <- from_adj_nat_l.
rewrite <- from_adj_nat_r.
now srewrite (naturality[X0]).
now srewrite (@naturality _ _ _ _ X0 _ _ f).
+ simpl.
proper.
apply from_adj_respects.
Expand Down

0 comments on commit 4482ec2

Please sign in to comment.