File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import Aesop.Util.EqualUpToIds
10
10
import Std.Lean.Meta.Clear
11
11
import Std.Lean.Meta.Inaccessible
12
12
import Std.Lean.HashSet
13
+ import Std.Tactic.Ext
13
14
14
15
open Lean
15
16
open Lean.Elab.Tactic
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import Aesop.Options
8
8
import Aesop.Tracing
9
9
import Aesop.Tree
10
10
import Aesop.Search.Queue.Class
11
- import Std.Data.BinomialHeap
11
+ import Std.Data.BinomialHeap.Basic
12
12
13
13
open Lean
14
14
open Std (BinomialHeap)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
4
4
Authors: Jannis Limperg
5
5
-/
6
6
7
- import Std.Data.HashMap
7
+ import Std.Data.HashMap.Basic
8
8
9
9
open Std (HashMap)
10
10
You can’t perform that action at this time.
0 commit comments