Skip to content

Commit 31f0309

Browse files
committed
feat: port CategoryTheory.Sites.DenseSubsite (#3985)
Mostly straightforward. Had to fight with `simp` once and the typeclass inference system a couple of times.
1 parent 4bc088b commit 31f0309

File tree

2 files changed

+547
-0
lines changed

2 files changed

+547
-0
lines changed

Mathlib.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,7 @@ import Mathlib.CategoryTheory.SingleObj
675675
import Mathlib.CategoryTheory.Sites.Adjunction
676676
import Mathlib.CategoryTheory.Sites.CoverLifting
677677
import Mathlib.CategoryTheory.Sites.CoverPreserving
678+
import Mathlib.CategoryTheory.Sites.DenseSubsite
678679
import Mathlib.CategoryTheory.Sites.Grothendieck
679680
import Mathlib.CategoryTheory.Sites.LeftExact
680681
import Mathlib.CategoryTheory.Sites.Limits

0 commit comments

Comments
 (0)