We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c6e63 commit dbde87dCopy full SHA for dbde87d
MathlibTest/slow_simp.lean
@@ -59,10 +59,5 @@ def PointedSpaceEquiv_inverse : Under (TopCat.of Unit) ⥤ PointedSpace where
59
base := X.hom () }
60
map := fun f =>
61
{ 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 }
+ base := CategoryTheory.congr_fun f.w () }
68
map_comp := by intros; simp_all; rfl -- This is the slow step.
0 commit comments