On Mon, Oct 10, 2016 at 9:43 AM, Chad Deutmeyer <[email protected]> wrote:
> { model | someOtherProperty = item }
I think you're looking for this:
let c = model.child in { model | child = { c | currentItem = item } }
--
You received this message because you are subscribed to the Google Groups "Elm
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
