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.
1 parent c5878ce commit 4aec756Copy full SHA for 4aec756
haskell-indentation.el
@@ -518,7 +518,7 @@ and indent when all of the following are true:
518
519
(defconst haskell-indentation-toplevel-list
520
`(("module" . haskell-indentation-module)
521
- ("signature" . haskell-indentationmodule)
+ ("signature" . haskell-indentation-module)
522
("data" . haskell-indentation-data)
523
("type" . haskell-indentation-data)
524
("newtype" . haskell-indentation-data)
0 commit comments