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'm having indentation problems with haskell-indentation-mode (turn-on-haskell-indentation). The following code does not seem to indent correctly:
let (a_b) = 1
|
(Note: Vertical bar/pipe is where cursor is and will not move if I <tab> or <delete>)
If I remove the parenthesis, it works. If I remove the _ it also works. It's really quite frustrating as I like to use underscore for variables and camelCase for functions. I just update via melpa (20150317.204 installed)