Skip to content

Commit 23d1413

Browse files
committed
protect bot
1 parent b970fec commit 23d1413

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Mathlib/Combinatorics/SimpleGraph/Coloring

Mathlib/Combinatorics/SimpleGraph/Coloring/Edge.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ noncomputable def chromaticIndex : ℕ∞ :=
7979
variable (α) in
8080
/-- The unique coloring of the empty graph. -/
8181
@[expose]
82-
def EdgeColoring.bot : (⊥ : SimpleGraph V).EdgeColoring α :=
82+
protected def EdgeColoring.bot : (⊥ : SimpleGraph V).EdgeColoring α :=
8383
.mk (fun ⟨_, h⟩ ↦ edgeSet_bot ▸ h |>.elim) (lineGraph_bot ▸ · |>.elim)
8484

8585
variable (α) in

0 commit comments

Comments
 (0)