Skip to content

Possible Heuristic errors to be corrected

Louis Kueh edited this page Nov 1, 2018 · 4 revisions

Picture

The screenshot shows one example of a pervasive problem in F#

The parseNumExpr function looks OK, but is missing a closing bracket. This is detected only AFTER the function ends, with error message there that does not easily locatethe missing closing bracket.

Needs fising with heuristics to detect when something like this is probably a missing closing bracket 9and if possible where it is).

Clone this wiki locally