Hello,

Can i run process with some mutable state and communicate with it in haskell? Something like gen_server in erlang.

Thank you.