Skip to content

Commit a9c4c79

Browse files
chore: update Mathlib dependencies 2024-08-12 (#15728)
Co-authored-by: mathlib-bors <150093616+mathlib-bors@users.noreply.github.com>
1 parent 81b928c commit a9c4c79

12 files changed

Lines changed: 17 additions & 5 deletions

File tree

Mathlib/Data/Bool/Basic.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Copyright (c) 2014 Microsoft Corporation. All rights reserved.
33
Released under Apache 2.0 license as described in the file LICENSE.
44
Authors: Leonardo de Moura, Jeremy Avigad
55
-/
6+
import Batteries.Tactic.Init
67
import Mathlib.Logic.Function.Defs
78
import Mathlib.Order.Defs
89

Mathlib/Data/Option/NAry.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
44
Authors: Yaël Dillies
55
-/
66
import Mathlib.Logic.Function.Defs
7+
import Batteries.Tactic.Init
78

89
/-!
910
# Binary map of options

Mathlib/Init/Set.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Copyright (c) 2016 Microsoft Corporation. All rights reserved.
33
Released under Apache 2.0 license as described in the file LICENSE.
44
Authors: Leonardo de Moura
55
-/
6-
import Lean.Parser.Term
76
import Batteries.Util.ExtendedBinder
87

98
/-!

Mathlib/Logic/Function/Basic.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Authors: Johannes Hölzl, Mario Carneiro
66
import Mathlib.Logic.Nonempty
77
import Mathlib.Init.Set
88
import Mathlib.Logic.Basic
9+
import Batteries.Tactic.Init
910

1011
/-!
1112
# Miscellaneous function constructions and lemmas

Mathlib/Tactic/ByContra.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Copyright (c) 2022 Kevin Buzzard. All rights reserved.
33
Released under Apache 2.0 license as described in the file LICENSE.
44
Authors: Kevin Buzzard
55
-/
6+
import Batteries.Tactic.Init
67
import Mathlib.Tactic.PushNeg
78

89
/-!

Mathlib/Tactic/DeprecateMe.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Copyright (c) 2024 Damiano Testa. All rights reserved.
33
Released under Apache 2.0 license as described in the file LICENSE.
44
Authors: Damiano Testa
55
-/
6-
6+
import Lean.Meta.Tactic.TryThis
77
import Mathlib.Lean.Expr.Basic
88
import Mathlib.Tactic.Lemma
99

Mathlib/Tactic/ITauto.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Authors: Mario Carneiro
55
-/
66
import Batteries.Logic
77
import Batteries.Tactic.Exact
8+
import Batteries.Tactic.Init
89
import Mathlib.Tactic.Hint
910
import Mathlib.Tactic.DeriveToExpr
1011
import Mathlib.Util.AtomM

Mathlib/Tactic/Linarith/Oracle/SimplexAlgorithm/Datatypes.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Copyright (c) 2024 Vasily Nesterov. All rights reserved.
33
Released under Apache 2.0 license as described in the file LICENSE.
44
Authors: Vasily Nesterov
55
-/
6+
import Lean.Data.HashMap
67
import Batteries.Data.Rat.Basic
78

89
/-!

Mathlib/Tactic/Linarith/Oracle/SimplexAlgorithm/PositiveVector.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Copyright (c) 2024 Vasily Nesterov. All rights reserved.
33
Released under Apache 2.0 license as described in the file LICENSE.
44
Authors: Vasily Nesterov
55
-/
6+
import Lean.Meta.Basic
67
import Mathlib.Tactic.Linarith.Oracle.SimplexAlgorithm.SimplexAlgorithm
78
import Mathlib.Tactic.Linarith.Oracle.SimplexAlgorithm.Gauss
89

Mathlib/Tactic/Widget/InteractiveUnfold.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import Batteries.Lean.Position
77
import Mathlib.Tactic.Widget.SelectPanelUtils
88
import Mathlib.Lean.GoalsLocation
99
import Mathlib.Lean.Meta.KAbstractPositions
10+
import Lean.Util.FoldConsts
1011

1112
/-!
1213

0 commit comments

Comments
 (0)