vigour-io / brisky-struct

An observable data structure
5 stars 1 forks source link

Types in context #185

Closed jimdebeer closed 7 years ago

jimdebeer commented 7 years ago

when updating types in context do we want to update all type instance in the context? rly hard to do but maybe what we need for play

a: { types: { b: { z: }, bla: { type: 'b' }

aInstance { types: { b: { x } } // do we want ot update bla?