Skip to content

Commit f595666

Browse files
committed
fix after rebasing
1 parent f60c4f5 commit f595666

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

Mathlib/CategoryTheory/Monoidal/Free/Coherence.lean

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,6 @@ def tensorFunc : F C ⥤ N C ⥤ F C where
169169
theorem tensorFunc_map_app {X Y : F C} (f : X ⟶ Y) (n) : ((tensorFunc C).map f).app n = _ ◁ f :=
170170
rfl
171171

172-
set_option allowUnsafeReducibility true
173-
attribute [implicit_reducible] Pi.instCategoryComp._aux_1
174-
175172
theorem tensorFunc_obj_map (Z : F C) {n n' : N C} (f : n ⟶ n') :
176173
((tensorFunc C).obj Z).map f = inclusion.map f ▷ Z := by
177174
cases n

lake-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"type": "git",
6666
"subDir": null,
6767
"scope": "",
68-
"rev": "c07adf1a2e4448217e14428328d34c9c1501dcec",
68+
"rev": "e4a9b9107417982d95052a056416cf891355df66",
6969
"name": "batteries",
7070
"manifestFile": "lake-manifest.json",
7171
"inputRev": "lean-pr-testing-13342",

0 commit comments

Comments
 (0)