mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
Type printer crash fix
This commit is contained in:
parent
2ba05992ae
commit
205d1868ec
@ -7092,11 +7092,12 @@
|
||||
[[%leaf (rip 3 -.lum)] $(lum +.lum)]
|
||||
::
|
||||
%type
|
||||
=+ cis=(type lum)
|
||||
?. =(lum cis) ~
|
||||
=+ reb=(slap [p:!>(.) .(sut lum)] %cnzy %duck)
|
||||
=+ cis=(tank q.reb)
|
||||
?. =(cis q.reb) ~
|
||||
:^ ~ %palm
|
||||
[~ ~ ~ ~]
|
||||
[[%leaf '#' 't' '/' ~] duck(sut cis) ~]
|
||||
[[%leaf '#' 't' '/' ~] cis ~]
|
||||
::
|
||||
%wall
|
||||
:- ~
|
||||
|
@ -524,7 +524,7 @@
|
||||
==
|
||||
::
|
||||
++ poja :: parse JSON
|
||||
=< |=(a=cord (rush a apex))
|
||||
=< |=(a=cord `(unit json)`(rush a apex))
|
||||
|%
|
||||
++ apex :: JSON value
|
||||
%+ knee *json |. ~+
|
||||
@ -2206,7 +2206,7 @@
|
||||
--
|
||||
::
|
||||
++ epur :: url/header parser
|
||||
=< |=(a=cord (rush a auri))
|
||||
=< |=(a=cord `(unit purl)`(rush a auri))
|
||||
|%
|
||||
++ apat :: 2396 abs_path
|
||||
%+ cook deft
|
||||
|
Loading…
Reference in New Issue
Block a user