mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 13:55:54 +03:00
Cube type errors fully cleaned up.
This commit is contained in:
parent
d5dd8d1321
commit
b19fe30ae6
@ -203,7 +203,7 @@
|
||||
}
|
||||
else {
|
||||
if ( c3y == u3r_pq(ref, c3__atom, &p_ref, &q_ref) ) {
|
||||
if ( // (c3n == u3qf_fitz(p_sut, p_ref)) ||
|
||||
if ( (c3n == u3qf_fitz(p_sut, p_ref)) ||
|
||||
( (c3y == u3du(q_sut)) &&
|
||||
( (c3n == u3du(q_ref)) ||
|
||||
(c3n == u3r_sing(q_sut, q_ref)))) )
|
||||
|
Loading…
Reference in New Issue
Block a user