mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
3be0ab5030
Also cleans up a duplicate case in a ?-.
24 lines
511 B
Plaintext
24 lines
511 B
Plaintext
/- spider, grp=group-store
|
|
/+ strandio, res=resource
|
|
::
|
|
=* strand strand:spider
|
|
=* raw-poke raw-poke:strandio
|
|
::
|
|
^- thread:spider
|
|
|= arg=vase
|
|
=/ m (strand ,vase)
|
|
^- form:m
|
|
=+ !<([~ =update:grp] arg)
|
|
?. ?=(%remove-members -.update)
|
|
(pure:m !>(~))
|
|
;< =bowl:spider bind:m get-bowl:strandio
|
|
?. (~(has in ships.update) our.bowl)
|
|
(pure:m !>(~))
|
|
;< ~ bind:m
|
|
%+ raw-poke
|
|
[our.bowl %group-store]
|
|
:- %group-action
|
|
!> ^- action:grp
|
|
[%remove-group resource.update ~]
|
|
(pure:m !>(~))
|