mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 18:12:47 +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)]
|
[[%leaf (rip 3 -.lum)] $(lum +.lum)]
|
||||||
::
|
::
|
||||||
%type
|
%type
|
||||||
=+ cis=(type lum)
|
=+ reb=(slap [p:!>(.) .(sut lum)] %cnzy %duck)
|
||||||
?. =(lum cis) ~
|
=+ cis=(tank q.reb)
|
||||||
|
?. =(cis q.reb) ~
|
||||||
:^ ~ %palm
|
:^ ~ %palm
|
||||||
[~ ~ ~ ~]
|
[~ ~ ~ ~]
|
||||||
[[%leaf '#' 't' '/' ~] duck(sut cis) ~]
|
[[%leaf '#' 't' '/' ~] cis ~]
|
||||||
::
|
::
|
||||||
%wall
|
%wall
|
||||||
:- ~
|
:- ~
|
||||||
|
@ -524,7 +524,7 @@
|
|||||||
==
|
==
|
||||||
::
|
::
|
||||||
++ poja :: parse JSON
|
++ poja :: parse JSON
|
||||||
=< |=(a=cord (rush a apex))
|
=< |=(a=cord `(unit json)`(rush a apex))
|
||||||
|%
|
|%
|
||||||
++ apex :: JSON value
|
++ apex :: JSON value
|
||||||
%+ knee *json |. ~+
|
%+ knee *json |. ~+
|
||||||
@ -2206,7 +2206,7 @@
|
|||||||
--
|
--
|
||||||
::
|
::
|
||||||
++ epur :: url/header parser
|
++ epur :: url/header parser
|
||||||
=< |=(a=cord (rush a auri))
|
=< |=(a=cord `(unit purl)`(rush a auri))
|
||||||
|%
|
|%
|
||||||
++ apat :: 2396 abs_path
|
++ apat :: 2396 abs_path
|
||||||
%+ cook deft
|
%+ cook deft
|
||||||
|
Loading…
Reference in New Issue
Block a user