lean4-htt/tests/lean/noncomputable_bytecode_issue.lean

8 lines
133 B
Text

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