The sequence {row ? row.name : 'nothing read'}
{row &&
}
{row &&
}
{row && (
{row.closed || 'none known'}
{row.oeis ? {row.oeis} : 'none'}
{row.tag || 'unmatched'}
{row.capped ? `${row.terms.length}, to the budget` : row.terms.length}
)}
{row &&
}
{pick.on && (
The mix {blend.mate ? `${pick.op} of this and ${blend.mate.name}` : pick.op}
{blend.row && }
{blend.row && }
{blend.mate && (
{blend.mate.name}
{blend.mate.closed || 'none known'}
{shown(blend.mate.growth)}
{PAIRED.includes(pick.op) ? 'unused' : pick.arg}
)}
{blend.row && }
)}