mirror of
https://github.com/urbit/shrub.git
synced 2025-01-04 18:43:46 +03:00
Correct processing of %null. Eliminate %void.
This commit is contained in:
parent
4ac0a63233
commit
39f720cd81
@ -5556,7 +5556,6 @@
|
||||
$@ $? $noun :: any noun
|
||||
$cell :: any cell
|
||||
$bean :: loobean
|
||||
$void :: no nouns
|
||||
$null :: ~ == 0
|
||||
== ::
|
||||
{$atom p/aura} :: atom
|
||||
@ -6732,11 +6731,6 @@
|
||||
::
|
||||
$null
|
||||
[%rock %n 0]
|
||||
::
|
||||
$void
|
||||
:: should not actually be a thing
|
||||
::
|
||||
[%zpzp ~]
|
||||
==
|
||||
::
|
||||
++ descend
|
||||
@ -6906,10 +6900,7 @@
|
||||
^- hoon
|
||||
?- bas
|
||||
{%atom *}
|
||||
:: rez: fake instance
|
||||
::
|
||||
=/ rez example
|
||||
:+ %ktls rez
|
||||
:+ %ktls example
|
||||
[%wtht fetch-wing fetch [%zpzp ~]]
|
||||
::
|
||||
$noun
|
||||
@ -6930,10 +6921,9 @@
|
||||
[%rock %f |]
|
||||
::
|
||||
$null
|
||||
example
|
||||
::
|
||||
$void
|
||||
example
|
||||
:+ %wtgr
|
||||
[%dtts [%bust %noun] [%$ axe]]
|
||||
[%rock %n ~]
|
||||
==
|
||||
++ clear
|
||||
.(..local ^clear)
|
||||
|
Loading…
Reference in New Issue
Block a user