Skip to content

Commit 803b3ae

Browse files
committed
.
1 parent 109076c commit 803b3ae

4 files changed

Lines changed: 7 additions & 0 deletions

File tree

Mathlib/CategoryTheory/Functor/Basic.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ from `C` to `D`, `𝟭` for the identity functor and `⋙` for functor compositi
1818
TODO: Switch to using the `⇒` arrow.
1919
-/
2020

21+
set_option mathlib.tactic.category.grind true
2122

2223
namespace CategoryTheory
2324

Mathlib/CategoryTheory/HomCongr.lean

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ which can be found in `CategoryTheory.Conj`.
2222
-/
2323

2424

25+
set_option mathlib.tactic.category.grind true
26+
2527
universe v u
2628

2729
namespace CategoryTheory

Mathlib/CategoryTheory/Iso.lean

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ This file defines isomorphisms between objects of a category.
3131
category, category theory, isomorphism
3232
-/
3333

34+
set_option mathlib.tactic.category.grind true
35+
3436
universe v u
3537

3638
-- morphism levels before object levels. See note [CategoryTheory universes].

Mathlib/CategoryTheory/NatTrans.lean

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Introduces notations
2929
3030
-/
3131

32+
set_option mathlib.tactic.category.grind true
33+
3234
namespace CategoryTheory
3335

3436
-- declare the `v`'s first; see note [CategoryTheory universes].

0 commit comments

Comments
 (0)