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 experiencing broken indentation for case keyword clauses with haskell-mode version 13.15-git (/home/dzhus/.emacs.d/elpa/haskell-mode-20150729.316/)
Minimal example:
f x =
case x of
Just 5 -> return ()
When I hit TAB on the line with Just, it suggests to line it up with case:
f x =
case x of
Just 5 -> return ()
Here's an illustration of the problem with «Show indentations» option switched on:
The rest of the options in haskell-indentation group are set to standard.