re-enable <˘

appears to work as fine as the rest of the impl, don't remember what was wrong with it ¯\_(ツ)_/¯
This commit is contained in:
dzaima 2021-09-21 17:18:42 +03:00
parent 59ac1a00fb
commit ebb010ea34

View File

@ -315,7 +315,7 @@ B cell_c1(Md1D* d, B x) { B f = d->f;
B r = c1(f, x);
return isAtm(r)? m_atomUnit(r) : r;
}
// if (f.u == bi_lt.u) return toCells(x); // TODO fix fills
if (f.u==bi_lt.u && a(x)->ia!=0) return toCells(x);
usz cr = rnk(x)-1;
usz cam = a(x)->sh[0];
usz csz = arr_csz(x);