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