Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Mathlib/Data/Set/Insert.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Authors: Jeremy Avigad, Leonardo de Moura
module

public import Mathlib.Data.Set.Disjoint
public import Mathlib.Tactic.Simproc.ExistsAndEq

/-!
# Lemmas about insertion, singleton, and pairs
Expand Down
1 change: 0 additions & 1 deletion Mathlib/Tactic/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ public import Mathlib.Tactic.ExtendDoc
public import Mathlib.Tactic.Lemma
public import Mathlib.Tactic.TypeStar
public import Mathlib.Tactic.Linter.OldObtain
public import Mathlib.Tactic.Simproc.ExistsAndEq
public import Batteries.Util.LibraryNote -- For `library_note` command.

/-!
Expand Down
1 change: 1 addition & 0 deletions Mathlib/Tactic/Common.lean
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public import Mathlib.Tactic.ScopedNS
public import Mathlib.Tactic.Set
public import Mathlib.Tactic.SimpIntro
public import Mathlib.Tactic.SimpRw
public import Mathlib.Tactic.Simproc.ExistsAndEq
public import Mathlib.Tactic.Simps.Basic
public import Mathlib.Tactic.SplitIfs
public import Mathlib.Tactic.Spread
Expand Down