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 b562d05 commit 48e4cccCopy full SHA for 48e4ccc
haskell-indentation.el
@@ -648,8 +648,10 @@ For example
648
(haskell-indentation-add-indentation current-indent)
649
(throw 'parse-end nil)))
650
((string= current-token "=")
651
- (haskell-indentation-separated
652
- #'haskell-indentation-expression "|" "deriving"))
+ (haskell-indentation-with-starter
+ (lambda ()
653
+ (haskell-indentation-separated
654
+ #'haskell-indentation-expression "|" "deriving"))))
655
((string= current-token "where")
656
(haskell-indentation-with-starter
657
#'haskell-indentation-expression-layout nil))))
0 commit comments