5 lines
112 B
Text
5 lines
112 B
Text
/-! should not parse `done` as part of `induction` -/
|
|
|
|
example (a : Nat) : True := by
|
|
induction a with
|
|
done
|