exercism / exercism/haskell

bowling problem statement does not match code stub

Open
#1,074 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.