<div dir="ltr"><div>Hi Nathaniel,</div><div><br></div><div>I'm a bit confused why` np.concatenate([1, 2], [3, 4])` would be a problem. In the current model, all (numpy) functions fall back to `ndarray.__array_function__`, which does know what to do with anything that doesn't have `__array_function__`: it just coerces it to array. Am I missing something?<br></div><div><br></div><div>All the best,</div><div><br></div><div>Marten<br></div><br></div>