Closed
Description
This bug annoyed me so much, if there is such a code fragment:
main = do
(fileName:_) <- getArgs
writeFile fileName "content"
I cannot indent the writeFile line, emacs told me "Wrong type argument: arryp, nil". haskell-indentation.el works right, but I cannot use the cool thing that completes my function name when I press [TAB] below my function declaration.
I will appreciate that if you guys fix it.