adds a ^? to fix namespace issues with old-zuse

This commit is contained in:
Joe Bryan 2018-10-09 18:23:15 -04:00
parent 0a90fa5ef3
commit e76083b2b6
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
::
:::: /hoon/oldzuse/lib
::
|%
^? |%
++ dope !! :: XX deprecated
++ fu fu:number :: modulo (mul p q)
++ aes aes:crypto :: aes, all sizes

View File

@ -1,14 +1,14 @@
/- lens
/+ old-zuse
/+ old-zuse
::
=, old-zuse
|_ com/command:^^lens
|_ com/command:lens
++ grab
|%
++ noun command:^^lens
++ noun command:lens
++ json
|= jon/^json
^- command:^^lens
^- command:lens
~| jon=jon
%- need
%. jon
@ -19,7 +19,7 @@
==
|%
++ source
^- $-(^json (unit source:^^lens))
^- $-(^json (unit source:lens))
|= jon/^json
=+ tuple=%.(jon (ar source))
?^ tuple
@ -42,7 +42,7 @@
hoon+(ot code+so:jo next+source ~)
==
++ sink
^- $-(^json (unit sink:^^lens))
^- $-(^json (unit sink:lens))
%- of :~
stdout+|=(^json (some ~))
output-file+so:jo