You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll look at this. May I suggest to keep issues in git, not to clutter the files? Documentation in the source is fine, and TODO list also, but debatable items or bugs can be handled more conveniently in git.
Yes, I'm happy if we use github for discussion. I moved these bugs into the code as TODO items, because I'm almost sure that I want to implement them at some point, so it makes sense to have them here. It's much more easier to hack on a git repository locally, then click around in a browser.
For example, I haven't written anything in the code about the bug report that suggested to run a ghc process just to do indentation and communicate with it to do indentation. I don't think we will implement that soon, so no point in having it in the code.
Following
haskell-style-guide
data declarations should be indented as follows:Basic case:
Constructors with long names:
Records
The current implementations handles the first two cases correctly, the problem is with record indentation:
The text was updated successfully, but these errors were encountered: