Series exercise requires strange edge case handling
Open
- Dominant language
- Haskell
- Stars
- 529
- Forks
- 201
- PR merge metrics
- No merged PRs in 30d
Description
The test cases for the Series exercises require that
`series 0 [] = [[]]`
`series _ [] = []`
This seems counterintuitive and is not documented in the problem description.
Is there a reason why the test cases were chosen like this?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.