| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
For a quick test, i cloned purescript-lists and used vscode to change the indentation to tabs. After doing that for all the files, it still compiled just fine. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description of the change
Allow tabs as indentation in purescript source files. Implemented as suggested by @rhendric in this comment. Only difference is that i didn't add HDelta|VDelta, i added PosDelta, which is as VDelta was described. I found it redundant to have a HDelta when that could instead be represented as a "VDelta" with 0 lines and 0 tabs.
I was unsure about the usage of ! and UNPACK pragmas in data declarations, so let me know if any of those should be done differently.
Marked as draft because i have not implemented tests yet, but the code itself is ready for review.
Closes #3939
Checklist: