Skip to content

Commit

Permalink
chore: fix missing import in Std.Tactic.LibrarySearch (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em authored Jan 18, 2024
1 parent ee4a0f1 commit 1972e07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Std/Tactic/LibrarySearch.lean
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import Std.Lean.CoreM
import Std.Lean.Expr
import Std.Lean.Meta.DiscrTree
import Std.Lean.Meta.LazyDiscrTree
import Std.Data.Option.Basic
import Std.Tactic.SolveByElim
import Std.Util.Pickle

Expand Down

0 comments on commit 1972e07

Please sign in to comment.