lean4-htt/tests/lean/autoImplicitCtorParamIssue.lean.expected.out
Sebastian Ullrich caf815b009
feat: improve infer binder type failure message and range (#8263)
This PR improves the message and range of infer binder type failures.

---------

Co-authored-by: Joseph Rotella <7482866+jrr6@users.noreply.github.com>
2025-07-14 20:19:11 +00:00

3 lines
251 B
Text

autoImplicitCtorParamIssue.lean:1:9-1:10: error: Failed to infer type of binder `x`
autoImplicitCtorParamIssue.lean:4:9-4:10: error: Failed to infer type of binder `x`
autoImplicitCtorParamIssue.lean:7:7-7:8: error: Failed to infer type of binder `x`