haskell / haskell/haskell-mode

haskell-indent-mode does not complete function name when using Unicode Symbols

Open
#951 3 comments 0 reactions 0 assignees View on GitHub
indentation
Dominant language
Emacs Lisp
Stars
1.4k
Forks
354
Avg merge
5d 10h
Merged PRs (30d)
2

Description

For example, I have:

```
main :: IO()
```

When I on the second line twice, the function name `main` is completed IF I use ASCII symbols above. However, if I use Unicode symbols:

```
main ∷ IO ()
```

That functionality won't work. Also, If I break the argument list to multiple lines:

```
f :: a
-> b
```

This functionality does not work

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.