Haskell Quiz/Probable Iterations

From HaskellWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


The object of this quiz was to write a program that verifies a particular probability calculation involving dice by generating all possible outcomes and testing how many there are and how many are true.

The Problem

Solutions