lean4-htt/tests/lean/nameArgErrorIssue.lean.expected.out
Leonardo de Moura 9290a0e9b1 chore: fix tests
2022-05-31 18:17:56 -07:00

20 lines
539 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 (sorryAx Nat true) 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'