mirror of
https://github.com/urbit/shrub.git
synced 2024-12-25 04:52:06 +03:00
hoon: patch up +ax callsites
Some were still passing in a value for fab, which is no longer used.
This commit is contained in:
parent
f8bf1f6d3c
commit
3ff083e9db
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae9cf9424cb0f4ce515d477646844dfdab57a2cbd1f3b1e2d65662cce1d09654
|
||||
size 6306749
|
||||
oid sha256:745f7676156a36853fa42c8d815daced86557dac15121db6824a05d0870453d0
|
||||
size 6333329
|
||||
|
@ -12865,7 +12865,7 @@
|
||||
%+ sear
|
||||
|= [=(unit term) =spec]
|
||||
%+ bind
|
||||
~(autoname ax & spec)
|
||||
~(autoname ax spec)
|
||||
|= =term
|
||||
=* name ?~(unit term (cat 3 u.unit (cat 3 '-' term)))
|
||||
[%bcts name spec]
|
||||
@ -12993,7 +12993,7 @@
|
||||
::
|
||||
|= =spec
|
||||
^- (unit hoon)
|
||||
%+ bind ~(autoname ax & spec)
|
||||
%+ bind ~(autoname ax spec)
|
||||
|=(=term `hoon`[%ktts term %kttr spec])
|
||||
wyde
|
||||
==
|
||||
@ -13723,7 +13723,7 @@
|
||||
%+ sear
|
||||
|= =spec
|
||||
^- (unit skin)
|
||||
%+ bind ~(autoname ax & spec)
|
||||
%+ bind ~(autoname ax spec)
|
||||
|= =term
|
||||
[%name term %spec spec %base %noun]
|
||||
wyde
|
||||
|
Loading…
Reference in New Issue
Block a user