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.
6 lines
205 B
Text
6 lines
205 B
Text
mvarAtDefaultValue.lean:5:7-5:8: error: Failed to infer default value for field `x`
|
|
mvarAtDefaultValue.lean:8:7-8:8: error: don't know how to synthesize placeholder
|
|
context:
|
|
x : Nat
|
|
toA : A := ⋯
|
|
⊢ Nat
|