@kha When replacing an error with a longer one, we were keeping the message for the longer error, but losing its node.
10 lines
257 B
Text
10 lines
257 B
Text
348.lean:3:24: error: expected ')'
|
|
348.lean:3:8-3:24: error: unexpected parentheses notation
|
|
348.lean:3:2-3:24: error: application type mismatch
|
|
pure PUnit.unit
|
|
argument
|
|
PUnit.unit
|
|
has type
|
|
PUnit : Sort ?u
|
|
but is expected to have type
|
|
String : Type
|