haskell / haskell/haskell-mode

haskell-indentation-indent-line cycling broken

Open
#1,595 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.