haskell / haskell/haskell-mode
haskell-indentation-indent-line cycling broken
Open
- Dominant language
- Emacs Lisp
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 5d 10h
- Merged PRs (30d)
- 2
Description
With cursor at indentation of last line: TAB should dedent, but doesn't move.
```
foo x =
let fooWord [] = []
fooWord (x:xs) = makeThis x : xs
```
Contributor guide
Assessment
This issue has not been assessed yet.