chore: rename Definition.lean => DefView.lean
This commit is contained in:
parent
6704468f07
commit
d0993d07a1
4 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ Authors: Leonardo de Moura, Sebastian Ullrich
|
|||
-/
|
||||
import Lean.Util.CollectLevelParams
|
||||
import Lean.Elab.DeclUtil
|
||||
import Lean.Elab.Definition
|
||||
import Lean.Elab.DefView
|
||||
import Lean.Elab.Inductive
|
||||
import Lean.Elab.Structure
|
||||
import Lean.Elab.MutualDef
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ import Lean.Util.CollectLevelParams
|
|||
import Lean.Util.Constructions
|
||||
import Lean.Elab.Command
|
||||
import Lean.Elab.CollectFVars
|
||||
import Lean.Elab.Definition
|
||||
import Lean.Elab.DefView
|
||||
import Lean.Elab.DeclUtil
|
||||
|
||||
namespace Lean
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Authors: Leonardo de Moura
|
|||
import Lean.Meta.Closure
|
||||
import Lean.Meta.Check
|
||||
import Lean.Elab.Command
|
||||
import Lean.Elab.Definition
|
||||
import Lean.Elab.DefView
|
||||
|
||||
namespace Lean
|
||||
namespace Elab
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue