lean4-htt/tests/lean/eval_expr_error.lean

6 lines
117 B
Text

open tactic
meta def tst (A : Type) : tactic unit :=
do a ← to_expr `(0),
v ← eval_expr A a,
return ()