Skip to content

Commit dbde87d

Browse files
committed
fix
1 parent 79c6e63 commit dbde87d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

MathlibTest/slow_simp.lean

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,5 @@ def PointedSpaceEquiv_inverse : Under (TopCat.of Unit) ⥤ PointedSpace where
5959
base := X.hom () }
6060
map := fun f =>
6161
{ map := f.right.hom
62-
base := by
63-
have := f.w
64-
replace this := CategoryTheory.congr_fun this ()
65-
simp [-Under.w] at this
66-
simp
67-
exact this.symm }
62+
base := CategoryTheory.congr_fun f.w () }
6863
map_comp := by intros; simp_all; rfl -- This is the slow step.

0 commit comments

Comments
 (0)