| Copyright | © Frank Jung 2019 |
|---|---|
| License | GPL-3 |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Yahtzee
Description
Yahtzee test suite from blog Good Design and Type Safety in Yahtzee
Synopsis
- data DiceChoice
- type DiceVals = [Word]
- allRolls :: [DiceChoice] -> [DiceVals]