parent
921d252253
commit
a0bb5f4961
2 changed files with 0 additions and 4 deletions
|
|
@ -12,8 +12,6 @@ import Lean.Elab.MutualDef
|
|||
import Lean.Elab.Tactic.Basic
|
||||
import Lean.Elab.Tactic.Config
|
||||
|
||||
set_option interpreter.prefer_native false -- TODO: remove
|
||||
|
||||
namespace Lean.Elab.Tactic
|
||||
open Meta
|
||||
|
||||
|
|
|
|||
|
|
@ -17,8 +17,6 @@ inductive AttrKind where
|
|||
| infer
|
||||
| ext
|
||||
|
||||
set_option interpreter.prefer_native false -- TODO: remove
|
||||
|
||||
/-- Return theorem kind for `stx` of the form `Attr.grindThmMod` -/
|
||||
def getAttrKindCore (stx : Syntax) : CoreM AttrKind := do
|
||||
match stx with
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue