haskell / haskell/haskell-language-server

Unparseable retrie output

Open
#307 1 comment 0 reactions 0 assignees View on GitHub
component: hls-retrie-plugin type: bug
Dominant language
Haskell
Stars
3k
Forks
455
Avg merge
2d 19h
Merged PRs (30d)
11

Description

```haskell
f x = case x of
_ -> 1

g =
let h = f 2
in h
```

Unfolding `f` results in:

```haskell
g =
let h = case 2 of
_ -> 1
in h
```

which is insufficiently indented.

The retrie CLI tool handles this properly.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.