This sentence in the ReScript docs claims that ReScript objects are not update-able: “Disallowed unless the object is a binding that comes from the JavaScript side.”
However, Object.set also exists, which seems like it allows you to update any Object.
What am I missing?