chore: move NameMap into a separate file
This commit is contained in:
parent
024a298eb7
commit
032dc4bc8f
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ Copyright (c) 2017 Microsoft Corporation. All rights reserved.
|
|||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Authors: Gabriel Ebner, Sebastian Ullrich, Mac Malone
|
||||
-/
|
||||
import Lean.Data.Name
|
||||
import Lean.Data.NameMap
|
||||
|
||||
namespace Lake
|
||||
open Lean System
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ Copyright (c) 2022 Mac Malone. All rights reserved.
|
|||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Authors: Mac Malone
|
||||
-/
|
||||
import Lean.Data.Name
|
||||
import Lean.Data.NameMap
|
||||
import Lake.Util.Compare
|
||||
|
||||
open Lean
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue