Martin Drautzburg wrote:
From which angle would you approach problems like this? Should I get my hands on a prolog-in-haskel implementation (which indeed seems to exist)? Or should I roll my own poor-man's prolog? Or is this a constraint-satisfaction-problem? Or is there even a more straight-forward more haskellish pattern, which solves such problems?

I don't think that a general Prolog implementation is the right approach, but if you do need one, have a look at the demonstration projects for the Hugs interpreter:

   http://darcs.haskell.org/hugs98/demos/prolog/


Regards,
Heinrich Apfelmus

--
http://apfelmus.nfshost.com

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to