This PR updates various error messages produced by or associated with built-in tactics and adapts their formatting to current conventions.
3 lines
195 B
Text
3 lines
195 B
Text
errorOnInductionForNested.lean:7:2-7:14: error: The `induction` tactic does not support the type `LazyList` because it is a nested inductive type
|
|
|
|
Hint: Consider using the `cases` tactic instead
|