haskell / haskell/haskell-language-server
Unparseable retrie output
未關閉
component: hls-retrie-plugin
type: bug
- 主要語言
- Haskell
- 星號
- 3k
- 分支
- 455
- 平均合併
- 2 天 19 小時
- 30 天內合併 PR
- 11
描述
```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.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。