Description
Hi there,
I enabled haskell-indent but the indentation is kind of frustrating. When I declare a function type, and hit return, the haskell-indent puts the cursor right under the end of the function name. I would have expected it top go to the beginning of the line, right under the name of the function. (Refer to the screenshot below)
Another case, is when I have finished defining my function, and I hit return .... the indentation remains under the function. I realize that this may be the feature that was built in haskell-indent since there are no braces or curry brackets to indicate the end of a function, but wouldn't it be smarter that when i hit enter twice ... I get the blank lines and the cursor goes right at the beginning of the new line.
I am a new emacs user, so I obviously can't help by contributing :-) but if this can be done easily please help me out here.
Thanks.