This PR updates the styling and wording of error messages produced in inductive type declarations and anonymous constructor notation, including hints for inferable constructor visibility updates.
3 lines
227 B
Text
3 lines
227 B
Text
277b.lean:8:10-8:16: error: Invalid `⟨...⟩` notation: The expected type `List Point` has more than one constructor
|
|
|
|
Note: This notation can only be used when the expected type is an inductive type with a single constructor
|