Haskell Quiz/Dice Roller

From HaskellWiki
< Haskell Quiz
Revision as of 14:34, 26 October 2012 by Abhinav.sarkar (talk | contribs) (New page: This quiz is about parsing and evaluating dice roll expressions. ==The problem== * http://www.rubyquiz.com/quiz61.html ==Solutions== * [[Haskell Quiz/Dice Roller/Solution Abhinav|Abhinav...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

This quiz is about parsing and evaluating dice roll expressions.

The problem

Solutions