You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now you can get all-rows, and then process rows as a list, but to turn the result back into a table, you need to .empty() (which seems reasonable) but then use foldr to repeatedly call add-row. Seems like add-rows could be added? .stack already exists.