lean4-htt/tests/lean/noncomputable_bytecode_issue.lean
2017-03-09 18:41:19 -08:00

8 lines
129 B
Text

constant a : nat
noncomputable meta def ex : tactic pexpr :=
return $ quote a
open tactic
run_cmd ex >>= to_expr >> return ()