chore: missing prelude
This commit is contained in:
parent
b9b7f97d42
commit
88fbe2e531
4 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ Copyright (c) 2023 Kyle Miller. All rights reserved.
|
|||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Authors: Kyle Miller
|
||||
-/
|
||||
prelude
|
||||
import Lean.Server.CodeActions.Attr
|
||||
|
||||
/-! `#guard_msgs` command for testing commands
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
|
|||
|
||||
Authors: E.W.Ayers
|
||||
-/
|
||||
prelude
|
||||
import Lean.Server.CodeActions.Attr
|
||||
import Lean.Server.CodeActions.Basic
|
||||
import Lean.Server.CodeActions.Provider
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ Copyright (c) 2023 Mario Carneiro. All rights reserved.
|
|||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Authors: Mario Carneiro
|
||||
-/
|
||||
prelude
|
||||
import Lean.Server.CodeActions.Basic
|
||||
|
||||
/-!
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ Copyright (c) 2023 Mario Carneiro. All rights reserved.
|
|||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Authors: Mario Carneiro
|
||||
-/
|
||||
prelude
|
||||
import Lean.Elab.BuiltinTerm
|
||||
import Lean.Elab.BuiltinNotation
|
||||
import Lean.Server.InfoUtils
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue