6 Jun
2009
6 Jun
'09
5:13 p.m.
Tim Newsham <newsham@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 <ats@offog.org> <http://offog.org/>