Hacker News new | ask | show | jobs
by svedin 4792 days ago
push doesn't have to be non-side-effecting. You are allowed to modify shared state, as long as it is a TVar (shared memory that supports transactions).
1 comments

Right, of course. Thank you. :)