chore: import orphaned files in Lean
This commit is contained in:
parent
a6f8ff94ca
commit
feedb539cd
2 changed files with 22 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ Copyright (c) 2020 Microsoft Corporation. All rights reserved.
|
|||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Authors: Leonardo de Moura
|
||||
-/
|
||||
import Lean.Data
|
||||
import Lean.Compiler
|
||||
import Lean.Environment
|
||||
import Lean.Modifiers
|
||||
|
|
@ -25,3 +26,4 @@ import Lean.Delaborator
|
|||
import Lean.PrettyPrinter
|
||||
import Lean.CoreM
|
||||
import Lean.InternalExceptionId
|
||||
import Lean.Server
|
||||
|
|
|
|||
20
src/Lean/Data.lean
Normal file
20
src/Lean/Data.lean
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/-
|
||||
Copyright (c) 2020 Sebastian Ullrich. All rights reserved.
|
||||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Authors: Sebastian Ullrich
|
||||
-/
|
||||
import Lean.Data.Format
|
||||
import Lean.Data.FormatMacro
|
||||
import Lean.Data.Json
|
||||
import Lean.Data.JsonRpc
|
||||
import Lean.Data.KVMap
|
||||
import Lean.Data.LBool
|
||||
import Lean.Data.LOption
|
||||
import Lean.Data.Lsp
|
||||
import Lean.Data.Name
|
||||
import Lean.Data.Occurrences
|
||||
import Lean.Data.OpenDecl
|
||||
import Lean.Data.Options
|
||||
import Lean.Data.Position
|
||||
import Lean.Data.SMap
|
||||
import Lean.Data.Trie
|
||||
Loading…
Add table
Reference in a new issue