
7 Apr
2004
7 Apr
'04
8:29 a.m.
Hi, I think it's good idea to compute non-deterministic problems with the `amb' operator, just as in LISP/scheme. But how to implement it in haskell?
Do you mean "evaluate e1 and e2, and return the result of whichever
returns first"?
Probably best to do this using threads.
--KW 8-)
--
Keith Wansbrough