lean4-htt/tests/lean/348.lean.expected.out
Leonardo de Moura 2837873db5 fix: longestMatch error recovery
@kha When replacing an error with a longer one, we were keeping the
message for the longer error, but losing its node.
2021-03-31 20:09:36 -07:00

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