chore: move Message to Lean
This commit is contained in:
parent
f8c7d6ca6b
commit
a76b104f61
7 changed files with 6 additions and 6 deletions
|
|
@ -7,7 +7,7 @@ prelude
|
|||
import Init.System.IO
|
||||
import Init.Lean.Attributes
|
||||
import Init.Lean.Syntax
|
||||
import Init.Lean.Util.Message
|
||||
import Init.Lean.Message
|
||||
|
||||
namespace Lean
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Authors: Leonardo de Moura
|
|||
prelude
|
||||
import Init.Lean.Environment
|
||||
import Init.Lean.MetavarContext
|
||||
import Init.Lean.Util.Message
|
||||
import Init.Lean.Message
|
||||
|
||||
namespace Lean
|
||||
namespace Meta
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
|
|||
Authors: Leonardo de Moura, Sebastian Ullrich
|
||||
-/
|
||||
prelude
|
||||
import Init.Lean.Util.Message
|
||||
import Init.Lean.Message
|
||||
import Init.Lean.Parser.Command
|
||||
|
||||
namespace Lean
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import Init.Lean.Syntax
|
|||
import Init.Lean.ToExpr
|
||||
import Init.Lean.Environment
|
||||
import Init.Lean.Attributes
|
||||
import Init.Lean.Util.Message
|
||||
import Init.Lean.Message
|
||||
import Init.Lean.Parser.Identifier
|
||||
import Init.Lean.Compiler.InitAttr
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
|
|||
Authors: Leonardo de Moura
|
||||
-/
|
||||
prelude
|
||||
import Init.Lean.Util.Message
|
||||
import Init.Lean.Message
|
||||
|
||||
namespace Lean
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
|
|||
Authors: Sebastian Ullrich, Leonardo de Moura
|
||||
-/
|
||||
prelude
|
||||
import Init.Lean.Util.Message
|
||||
import Init.Lean.Message
|
||||
universe u
|
||||
|
||||
namespace Lean
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue