Hacker News new | ask | show | jobs
by MichaelBurge 3714 days ago
There's also the RWS monad, that rolls in Reader, Writer, and State one big monad. It's useful for servers and other applications: Configuration is Reader, changing state is in State, and log messages go to Writer.