Skip to content

indent bug in haskell-indent.el #142

Closed
@kosl90

Description

@kosl90

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions