We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When I use MELPA version 20141212.1131 of the haskell-mode, and a file containing:
module A where import Control.Concurrent ( forkIO , killThread)
and I put the point at the "k" in killThread and type tab, it prints "Parse error" in the minibuffer and it does not change the indentation.