Is anyone using the effect system for ALL side-effects?

See also this previous discussion: Curious about real-world uses of the effect system (other than threading) To summarize my response there, I find it useful for managing global mutable state in a functional style. I can’t imagine myself using it for all effectful code, though, at least not for the foreseeable future.

2 Likes