exercism / exercism/haskell

bowling problem statement does not match code stub

Offen
#1,074 3 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
Haskell
Sterne
529
Forks
201
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

**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
```

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.