fix: missing file
This commit is contained in:
parent
2f5f00ed4f
commit
aedd59258b
1 changed files with 20 additions and 0 deletions
20
src/Init/Lean/Elab/Tactic.lean
Normal file
20
src/Init/Lean/Elab/Tactic.lean
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/-
|
||||
Copyright (c) 2020 Microsoft Corporation. All rights reserved.
|
||||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Authors: Leonardo de Moura, Sebastian Ullrich
|
||||
-/
|
||||
prelude
|
||||
import Init.Lean.Elab.Term
|
||||
|
||||
namespace Lean
|
||||
namespace Elab
|
||||
namespace Term
|
||||
|
||||
@[builtinTermElab tacticBlock] def elabTacticBlock : TermElab :=
|
||||
fun stx _ =>
|
||||
throwError stx ("not implemented yet " ++ stx)
|
||||
|
||||
end Term
|
||||
|
||||
end Elab
|
||||
end Lean
|
||||
Loading…
Add table
Reference in a new issue