Tim Newsham <news...@lava.net> writes:

> Has anyone implemented a primitive like this for Haskell?

This is the CSP external choice operator; it's often called "select" or
"alt" in CSP-inspired languages. Neil Brown's CHP library provides CSP
programming facilities in Haskell, including a <-> choice operator:

  http://www.cs.kent.ac.uk/projects/ofa/chp/

-- 
Adam Sampson <a...@offog.org>                         <http://offog.org/>
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to