lean4-htt/tests/lean/mvarAtDefaultValue.lean.expected.out
jrr6 fa1da03d50
feat: update structure/inductive error messages (#9592)
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.
2025-07-29 21:27:30 +00:00

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