-
-
Notifications
You must be signed in to change notification settings - Fork 399
Closed
Labels
Description
Original Twitter threads: https://twitter.com/Anka213/status/1289724597735063552
Case splitting an equation (in Idris):
How this could be implemented in HLS:
- A code action provider to split equations with an empty rhs
- A completion provider with splitting suggestions for
case [..] of
Tools that already do this:
- hackage.haskell.org/package/shplit
- https://hackage.haskell.org/package/ghc-mod-5.8.0.0/docs/GhcMod-Exe-CaseSplit.html
Ailrun, rayshih, anka-213, lukel97, fishtreesugar and 11 more