A missing error check in list typing caused failures with no helpful
feedback for users. When fixing this, noticed that some list error
messages all said the error was on line 0 which was just down to not
supplying a proper line number when constructing the cons AST nodes.
A missing error check in list typing caused failures with no helpful feedback for users. When fixing this, noticed that some list error messages all said the error was on line
0
which was just down to not supplying a proper line number when constructing thecons
AST nodes.Closes #223