File tree Expand file tree Collapse file tree
Mathlib/CategoryTheory/Sites Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3278,6 +3278,7 @@ public import Mathlib.CategoryTheory.Sites.CoproductSheafCondition
32783278public import Mathlib.CategoryTheory.Sites.CoverLifting
32793279public import Mathlib.CategoryTheory.Sites.CoverPreserving
32803280public import Mathlib.CategoryTheory.Sites.Coverage
3281+ public import Mathlib.CategoryTheory.Sites.CoversTop
32813282public import Mathlib.CategoryTheory.Sites.CoversTop.Basic
32823283public import Mathlib.CategoryTheory.Sites.CoversTop.Over
32833284public import Mathlib.CategoryTheory.Sites.DenseSubsite.Basic
Original file line number Diff line number Diff line change 1+ /-
2+ Copyright (c) 2023 Joël Riou. All rights reserved.
3+ Released under Apache 2.0 license as described in the file LICENSE.
4+ Authors: Joël Riou
5+ -/
6+ module
7+
8+ public import Mathlib.CategoryTheory.Sites.CoversTop.Basic
9+
10+ deprecated_module (since := "2026-05-01" )
You can’t perform that action at this time.
0 commit comments