lean4-htt/tests/lean/noncomputable_bytecode_issue.lean
2017-05-09 16:02:42 -07:00

8 lines
113 B
Text

constant a : nat
noncomputable meta def ex : tactic expr :=
return ```(a)
open tactic
run_cmd ex >> return ()