lean4-htt/tests/lean/noncomputable_bytecode_issue.lean
2017-05-15 09:41:31 -07:00

8 lines
111 B
Text

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