haskell / haskell/haskell-language-server
Unparseable retrie output
Aberta
component: hls-retrie-plugin
type: bug
- Linguagem predominante
- Haskell
- Estrelas
- 3k
- Forks
- 455
- Merge médio
- 2d 19h
- PRs com merge (30d)
- 11
Descrição
```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.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.