Haskell Quiz/Inference Engine

From HaskellWiki
< Haskell Quiz
Revision as of 11:57, 28 January 2008 by Kuribas (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


The goal for this Quiz is to build an inference engine that is capable of answering questions based on the provided truths.

The Problem

Solutions