lean4-htt/old_tests/tests/lean/noncomputable_bytecode_issue.lean
2018-04-10 12:56:55 -07:00

8 lines
97 B
Text

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