chore: file name convention
This commit is contained in:
parent
29f0a1c4c9
commit
79f30d5c8c
10 changed files with 10 additions and 11 deletions
|
|
@ -6,11 +6,11 @@ Authors: Leonardo de Moura
|
|||
prelude
|
||||
import Init.Lean.Elab.Import
|
||||
import Init.Lean.Elab.Exception
|
||||
import Init.Lean.Elab.ElabStrategyAttrs
|
||||
import Init.Lean.Elab.StrategyAttrs
|
||||
import Init.Lean.Elab.Command
|
||||
import Init.Lean.Elab.Term
|
||||
import Init.Lean.Elab.TermApp
|
||||
import Init.Lean.Elab.TermBinders
|
||||
import Init.Lean.Elab.App
|
||||
import Init.Lean.Elab.Binders
|
||||
import Init.Lean.Elab.Quotation
|
||||
import Init.Lean.Elab.Frontend
|
||||
import Init.Lean.Elab.BuiltinNotation
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ import Init.Lean.Elab.Alias
|
|||
import Init.Lean.Elab.Log
|
||||
import Init.Lean.Elab.ResolveName
|
||||
import Init.Lean.Elab.Term
|
||||
import Init.Lean.Elab.TermBinders
|
||||
import Init.Lean.Elab.SynthesizeSyntheticMVars
|
||||
import Init.Lean.Elab.Binders
|
||||
import Init.Lean.Elab.SyntheticMVars
|
||||
|
||||
namespace Lean
|
||||
namespace Elab
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ prelude
|
|||
import Init.Lean.Util.CollectLevelParams
|
||||
import Init.Lean.Util.CollectFVars
|
||||
import Init.Lean.Elab.DeclModifiers
|
||||
import Init.Lean.Elab.TermBinders
|
||||
import Init.Lean.Elab.Binders
|
||||
|
||||
namespace Lean
|
||||
namespace Elab
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ Authors: Leonardo de Moura
|
|||
-/
|
||||
prelude
|
||||
import Init.Lean.Elab.Term
|
||||
import Init.Lean.Elab.TermBinders
|
||||
import Init.Lean.Elab.Binders
|
||||
import Init.Lean.Elab.Quotation
|
||||
|
||||
namespace Lean
|
||||
|
|
|
|||
|
|
@ -4,9 +4,8 @@ Released under Apache 2.0 license as described in the file LICENSE.
|
|||
Authors: Leonardo de Moura
|
||||
-/
|
||||
prelude
|
||||
import Init.Lean.Elab.Term
|
||||
import Init.Lean.Elab.TermApp
|
||||
import Init.Lean.Elab.TermBinders
|
||||
import Init.Lean.Elab.App
|
||||
import Init.Lean.Elab.Binders
|
||||
import Init.Lean.Elab.Quotation
|
||||
|
||||
namespace Lean
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Authors: Leonardo de Moura
|
|||
prelude
|
||||
import Init.Lean.Meta.Tactic.Apply
|
||||
import Init.Lean.Elab.Tactic.Basic
|
||||
import Init.Lean.Elab.SynthesizeSyntheticMVars
|
||||
import Init.Lean.Elab.SyntheticMVars
|
||||
|
||||
namespace Lean
|
||||
namespace Elab
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue