lean4-htt/tests/lean/implicitTypePos.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

5 lines
366 B
Text

implicitTypePos.lean:1:8-1:9: error: Failed to infer type of binder `y`
implicitTypePos.lean:1:6-1:7: error: Failed to infer type of binder `x`
implicitTypePos.lean:3:9-3:10: error: Failed to infer type of binder `y`
implicitTypePos.lean:5:9-5:10: error: Failed to infer type of binder `β`
implicitTypePos.lean:7:10-7:11: error: Failed to infer type of binder `β`