chore: activate decide and nativeDecide
This commit is contained in:
parent
b419427e90
commit
babdde9068
1 changed files with 0 additions and 2 deletions
|
|
@ -155,8 +155,6 @@ private def preprocessPropToDecide (expectedType : Expr) : TermElabM Expr := do
|
|||
throwError! "expected type must not contain free or meta variables{indentExpr expectedType}"
|
||||
return expectedType
|
||||
|
||||
#exit -- TODO remove after update stage0
|
||||
|
||||
@[builtinTactic Lean.Parser.Tactic.decide] def evalDecide : Tactic := fun stx =>
|
||||
closeMainUsing fun expectedType => do
|
||||
let expectedType ← preprocessPropToDecide expectedType
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue