16 lines
495 B
Text
16 lines
495 B
Text
/-
|
|
Copyright (c) 2019 Microsoft Corporation. All rights reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
Authors: Leonardo de Moura
|
|
-/
|
|
prelude
|
|
import Init.Lean.Elab.Import
|
|
import Init.Lean.Elab.Exception
|
|
import Init.Lean.Elab.ElabStrategyAttrs
|
|
import Init.Lean.Elab.Command
|
|
import Init.Lean.Elab.Term
|
|
import Init.Lean.Elab.TermApp
|
|
import Init.Lean.Elab.TermBinders
|
|
import Init.Lean.Elab.Quotation
|
|
import Init.Lean.Elab.Frontend
|
|
import Init.Lean.Elab.BuiltinNotation
|