haskell / haskell/haskell-language-server
Unparseable retrie output
Ouverte
component: hls-retrie-plugin
type: bug
- Langage dominant
- Haskell
- Étoiles
- 3k
- Forks
- 455
- Merge moyen
- 2 j 19 h
- PR mergées (30 j)
- 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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.