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.
defun haskell-indent-mode
1 parent bae8f14 commit f9ddcdfCopy full SHA for f9ddcdf
haskell-indent.el
@@ -1579,6 +1579,9 @@ these functions also align the guards and rhs of the current definition
1579
\\[haskell-indent-put-region-in-literate]
1580
makes the region a piece of literate code in a literate script
1581
1582
+If `ARG' is falsey, toggle `haskell-indent-mode'. Else sets
1583
+`haskell-indent-mode' to whether `ARG' is greater than 0.
1584
+
1585
Invokes `haskell-indent-hook' if not nil."
1586
(interactive "P")
1587
(setq haskell-indent-mode
0 commit comments