lean4-htt/tests/lean/inductionParse.lean
2024-09-27 12:43:42 +00:00

5 lines
112 B
Text

/-! should not parse `done` as part of `induction` -/
example (a : Nat) : True := by
induction a with
done