Immutable Updates to Nested Schema Outputs
Just a question if I'm going down the right path for making immutable updates to outputs from schema.
Here is a simplified case, to try and understand the general case:
So I have a person
but wondering if there is a better / more idomatic way to do this?
Here is a simplified case, to try and understand the general case:
So I have a person
alice with a nested field nested.bar that needs to be updated. What I've got there works, and the typescript types help (i.e. tells me to wrap nested in Data.struct)but wondering if there is a better / more idomatic way to do this?
