
6 Jun
2009
6 Jun
'09
9:13 a.m.
Tim Newsham
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