bowling problem statement does not match code stub
Open
- Dominant language
- Haskell
- Stars
- 529
- Forks
- 201
- PR merge metrics
- No merged PRs in 30d
Description
**Requirements**
> Write code to keep track of the score of a game of bowling. It should support two operations:
>
> roll(pins : int) is called each time the player rolls a ball. The argument is the number of pins knocked down.
> score() : int is called only at the very end of the game. It returns the total score for that game.
But in reality:
```
score :: [Int] -> Either BowlingError Int
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.