exercism / exercism/haskell

bowling problem statement does not match code stub

Aperta
#1,074 3 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Haskell
Stelle
529
Fork
201
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.