lean4-htt/tests/lean/run/1493.lean
2017-03-27 17:57:13 -07:00

5 lines
87 B
Text

open tactic.interactive
meta def bug : tactic unit := do
_ ← solve1 refl,
return ()