Haskell Quiz/Probable Iterations

From HaskellWiki
< Haskell Quiz
Revision as of 02:38, 29 September 2007 by Dolio (talk | contribs) (creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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