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

6 lines
169 B
Text

/-! should not parse `case` as a `generalizing` variable -/
example (a b : Nat) : True := by
induction a generalizing b
case zero => trivial
case succ => trivial