We must search the environment extension first, and then the builtin table. Otherwise, the builtin declarations do not change when we modify the files. closes #1021
4 lines
108 B
Text
4 lines
108 B
Text
import Lean
|
|
open Lean Meta
|
|
#eval show MetaM _ from do
|
|
findDeclarationRanges? `Lean.Elab.Term.expandAssert
|