Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Monad, MonadPlus, and MonadFix instance to Concurrently
The Monad instance is in fact compatible with the Applicative instance. In as >>= asb, it will run concurrently if asb is lazy (such as used by `ap`) and sequential when strict Close simonmar#70
- Loading branch information