mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-01 03:22:39 +03:00
hoon: avoid "fund: in/by" jet printfs by tweaking +map/+set/+qeu
This commit is contained in:
parent
fcf7e32de4
commit
a08e196a95
@ -1905,17 +1905,17 @@
|
||||
++ map
|
||||
|$ [key value] :: table
|
||||
$| (tree (pair key value))
|
||||
|=(a=(tree (pair)) ~(apt by a))
|
||||
|=(a=(tree (pair)) ?:(=(~ a) & ~(apt by a)))
|
||||
::
|
||||
++ qeu
|
||||
|$ [item] :: queue
|
||||
$| (tree item)
|
||||
|=(a=(tree) ~(apt to a))
|
||||
|=(a=(tree) ?:(=(~ a) & ~(apt to a)))
|
||||
::
|
||||
++ set
|
||||
|$ [item] :: set
|
||||
$| (tree item)
|
||||
|=(a=(tree) ~(apt in a))
|
||||
|=(a=(tree) ?:(=(~ a) & ~(apt in a)))
|
||||
::
|
||||
:::: 2l: container from container ::
|
||||
:: ::
|
||||
|
Loading…
Reference in New Issue
Block a user