This PR improves the error messages produced by invalid projections and field notation. It also adds a hint to the "function expected" error message noting the argument to which the term is being applied, which can be helpful for debugging spurious "function expected" messages actually caused by syntax errors. --------- Co-authored-by: Joachim Breitner <mail@joachim-breitner.de>
29 lines
1.4 KiB
Text
29 lines
1.4 KiB
Text
10.000000
|
|
10.000000
|
|
0.100000
|
|
0.000000
|
|
5843.000000
|
|
8430000.000000
|
|
0.000001
|
|
123.000000
|
|
123000.000000
|
|
-8.534000
|
|
scientific.lean:14:6-14:7: error: invalid occurrence of `·` notation, it must be surrounded by parentheses (e.g. `(· + 1)`)
|
|
scientific.lean:14:7-14:10: error: unexpected token; expected command
|
|
scientific.lean:15:6-15:7: error: invalid occurrence of `·` notation, it must be surrounded by parentheses (e.g. `(· + 1)`)
|
|
scientific.lean:15:7-15:12: error: unexpected token; expected command
|
|
scientific.lean:16:6-16:7: error: invalid occurrence of `·` notation, it must be surrounded by parentheses (e.g. `(· + 1)`)
|
|
scientific.lean:16:7-16:16: error: unexpected token; expected command
|
|
scientific.lean:19:6-19:7: error: unknown identifier 'e'
|
|
scientific.lean:20:9: error: missing exponent digits in scientific literal
|
|
scientific.lean:21:9: error: missing exponent digits in scientific literal
|
|
scientific.lean:22:9: error: missing exponent digits in scientific literal
|
|
scientific.lean:23:9: error: missing exponent digits in scientific literal
|
|
scientific.lean:24:9: error: missing exponent digits in scientific literal
|
|
scientific.lean:25:9: error: missing exponent digits in scientific literal
|
|
scientific.lean:26:7-26:8: error: Unknown identifier `Nat.E`
|
|
|
|
Note: Inferred this identifier from the expected type of `.E`:
|
|
Nat
|
|
scientific.lean:27:7-27:9: error: unknown identifier 'E3'
|
|
scientific.lean:28:7: error: missing exponent digits in scientific literal
|