pelme/htpy

Allow nested lists/tuples/"fragments"

Closed this issue · 0 comments

It is not easy to add multiple children from a loop/list comprehension, we should allow some kind of fragments. Maybe it could work like this:

mydllist = dl[((dt[name], dd[age]) for name, age in persons)]