mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 18:16:30 +03:00
Some change.
This commit is contained in:
parent
9d9255d870
commit
8b2e4c1693
@ -9,9 +9,17 @@
|
|||||||
u3_noun dep,
|
u3_noun dep,
|
||||||
u3_noun way,
|
u3_noun way,
|
||||||
u3_noun hyp,
|
u3_noun hyp,
|
||||||
|
u3_noun nol,
|
||||||
u3_noun gil)
|
u3_noun gil)
|
||||||
{
|
{
|
||||||
|
if ( u3_nul == hyp ) {
|
||||||
|
return u3nq(c3y, u3k(nol), c3y, u3k(sut));
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
u3_noun i_hyp = u3h(hyp);
|
||||||
|
u3_noun t_hyp = u3t(hyp);
|
||||||
|
u3_noun mor = _find_outer(van, sut, dep, way, t_hyp, nol, gil);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user