Fork-fragile reader-like operations in Haskell
Haskell Community [Unofficial]
June 14, 2026
michaelpj:
if you dig into
effectfulyou will find that it actually offers quite the array of options for how its environment should be cloned in various different situations
One of the reasons is that it clones not only locally mutable state (like IOScopedRef/Reader) but also generally mutable state like IORef/State).
Discussion in the ATmosphere