As described at issue #1760, the new error message is: ``` 1760.lean:6:18: error: type mismatch at application f x term x has type big_type : Type 1 but is expected to have type ?m_1 : Type ```
8 lines
139 B
Text
8 lines
139 B
Text
1760.lean:6:18: error: type mismatch at application
|
|
f x
|
|
term
|
|
x
|
|
has type
|
|
big_type : Type 1
|
|
but is expected to have type
|
|
?m_1 : Type
|