Tim Newsham <[email protected]> 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 <[email protected]>                         <http://offog.org/>
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to