lean4-htt/tests/lean/nameArgErrorIssue.lean.expected.out
Kyle Miller 1d66ff8231
fix: app unexpander for sorryAx (#5759)
Fixes a long-standing bug in the the `sorryAx` app unexpander that
prevented it from applying. Now `sorry` pretty prints as `sorry`.
2024-10-18 01:44:52 +00:00

20 lines
526 B
Text

bla 5 2 : Nat
nameArgErrorIssue.lean:5:20-5:24: error: application type mismatch
bla "hi"
argument
"hi"
has type
String : Type
but is expected to have type
Nat : Type
bla sorry 5 : Nat
nameArgErrorIssue.lean:6:20-6:24: error: application type mismatch
bla "hi"
argument
"hi"
has type
String : Type
but is expected to have type
Nat : Type
nameArgErrorIssue.lean:6:11-6:19: error: invalid argument name 'z' for function 'bla'
nameArgErrorIssue.lean:7:11-7:19: error: invalid argument name 'z' for function 'bla'