List needs a case block
Open
enhancement
funblocks
- Dominant language
- Haskell
- Stars
- 1.3k
- Forks
- 201
- PR merge metrics
- No merged PRs in 30d
Description
It's a pain to work with lists recursively, because you have to use `if`, `#` and `rest` to test for and then peel off elements. There should be a case block for that instead.
Contributor guide
Assessment
This issue has not been assessed yet.