Skuld.Data.Change (skuld v0.1.26)
View SourceRepresents a state change with old and new values.
Used by State.put and TaggedState.put to return both the previous and updated state values. JSON-serializable for EffectLogger compatibility.
Example
%Change{old: 0, new: 42}