When writing s-expressions having trailing spaces inside parens, the interpreter gives parse error.
Changes are to be made at https://github.com/abiduzz420/haskeme/blob/master/src/Haskeme/Parser.hs#L84
This issue was tried earlier but did not make a lot of progress instead injected new errors into defining functions etc
- 40b41b4
- befff57
When writing s-expressions having trailing spaces inside parens, the interpreter gives parse error.
Changes are to be made at https://github.com/abiduzz420/haskeme/blob/master/src/Haskeme/Parser.hs#L84
This issue was tried earlier but did not make a lot of progress instead injected new errors into defining functions etc