Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
An implementation of communicating sequential processes.
Documentation
The CSP data type:
:|| - interleave
:? - deterministic choice
Join - interface parallel
:-> - prefix
Stop - empty computation
Do - execute IO, then behave as the returned process