Skip to content

Commit

Permalink
Undo rename in test/elementwise.lean
Browse files Browse the repository at this point in the history
  • Loading branch information
Vierkantor committed Nov 11, 2021
1 parent 5b154e4 commit 4c51e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/elementwise.lean
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lemma foo' {C : Type*} [category C]
{M N K : C} {f : M ⟶ N} {g : N ⟶ K} {h : M ⟶ K} (w : f ≫ g = h) : f ≫ 𝟙 N ≫ g = h :=
by simp [w]

local attribute [instance] concrete_category.has_coe_to_sort concrete_category.to_fun
local attribute [instance] concrete_category.has_coe_to_sort concrete_category.has_coe_to_fun

lemma bar {C : Type u} [category.{v} C] [concrete_category.{w} C]
{M N K : C} {f : M ⟶ N} {g : N ⟶ K} {h : M ⟶ K} (w : f ≫ g = h) (x : M) : g (f x) = h x :=
Expand Down

0 comments on commit 4c51e75

Please sign in to comment.