mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 16:09:31 +03:00
24 lines
572 B
Plaintext
24 lines
572 B
Plaintext
::
|
|
:::: /hoon/index/tree/mar
|
|
::
|
|
/? 314
|
|
/+ tree,react
|
|
[. tree react]
|
|
!:
|
|
::::
|
|
::
|
|
|_ all=(map path marl)
|
|
::
|
|
++ grow :: convert to
|
|
|%
|
|
++ json
|
|
%. all
|
|
%+ map-to-json
|
|
|=(a=path (crip (spud a)))
|
|
|=(a=marl [%a (turn a react-to-json)])
|
|
--
|
|
++ grab |% :: convert from
|
|
++ noun (map path marl) :: clam from %noun
|
|
::++ elem |=(a=manx `_all`[[/ ((getall %h1) a)] ~ ~])
|
|
-- --
|