Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: minimize some imports #5067

Merged
merged 1 commit into from
Aug 16, 2024
Merged
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
2 changes: 1 addition & 1 deletion src/Init/Data/AC.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Authors: Dany Fabian

prelude
import Init.Classical
import Init.Data.List
import Init.ByCases

namespace Lean.Data.AC
inductive Expr
Expand Down
2 changes: 1 addition & 1 deletion src/Init/Data/Queue.lean
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Simple queue implemented using two lists.
Note: this is only a temporary placeholder.
-/
prelude
import Init.Data.List
import Init.Data.Array.Basic

namespace Std

Expand Down
3 changes: 2 additions & 1 deletion src/Lean/Util/Diff.lean
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: David Thrane Christiansen
-/
prelude
import Init.Data
import Init.Data.Array.Subarray.Split
import Init.Data.Range
import Lean.Data.HashMap
import Std.Data.HashMap.Basic
import Init.Omega
Expand Down
Loading