coco icon indicating copy to clipboard operation
coco copied to clipboard

bound destructuring

Open aeosynth opened this issue 12 years ago • 1 comments

eg {a} = b~ -> a = b~a

aeosynth avatar Mar 13 '13 19:03 aeosynth

The marker would have to be on LHS. E.g.:

{~m, p: {q, ~n}} = o <=> m = o~m; q = o.p.q; n = o.p~n

satyr avatar Mar 14 '13 00:03 satyr