Details
Description
Projections are nice, but I really need them to filter as well (like Python's generator comprehensions). The syntax would probably be something like "(foo.bar in baz if foo.passesFilter)". (Python uses "if"; "where" might also make sense for the SQL-inclined.)