``` (dx/q '[:find ?e ?foo :where [?e :foo ?foo]] {[:id 1] {:foo nil}}) ``` returns `#{}`. I expect it to return `#{[[:id 1] nil]}`