External Publication
Visit Post

Fork-fragile reader-like operations in Haskell

Haskell Community [Unofficial] June 14, 2026
Source

michaelpj:

if you dig into effectful you 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

Loading comments...