chore: minimize dependencies

This commit is contained in:
Leonardo de Moura 2020-02-24 13:18:07 -08:00
parent 55e21e13cf
commit a68249393a
6 changed files with 10 additions and 7 deletions

View file

@ -4,6 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: Leonardo de Moura
-/
prelude
import Init.Lean.Util.FindMVar
import Init.Lean.Elab.Term
import Init.Lean.Elab.Binders

View file

@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: Leonardo de Moura
-/
prelude
import Init.Lean.Meta
import Init.Lean.Meta.Message
namespace Lean
namespace Elab

View file

@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: Leonardo de Moura
-/
prelude
import Init.Lean.Meta
import Init.Lean.Meta.LevelDefEq
import Init.Lean.Elab.Exception
import Init.Lean.Elab.Log

View file

@ -6,7 +6,10 @@ Authors: Leonardo de Moura
prelude
import Init.Lean.Util.Sorry
import Init.Lean.Structure
import Init.Lean.Meta
import Init.Lean.Meta.ExprDefEq
import Init.Lean.Meta.AppBuilder
import Init.Lean.Meta.SynthInstance
import Init.Lean.Meta.Tactic.Util
import Init.Lean.Hygiene
import Init.Lean.Util.RecDepth
import Init.Lean.Elab.Log

View file

@ -20,7 +20,3 @@ import Init.Lean.Meta.Tactic
import Init.Lean.Meta.Message
import Init.Lean.Meta.KAbstract
import Init.Lean.Meta.RecursorInfo
namespace Lean
export Meta (MetaM)
end Lean

View file

@ -819,6 +819,9 @@ match x { maxRecDepth := maxRecDepth, currRecDepth := 0 } { env := env } with
| EStateM.Result.error ex _ => Except.error ex
end Meta
export Meta (MetaM)
end Lean
open Lean