I should probably let folks know: this week will be a bit challenging for me to hack with Christmas just around the corner. After the holiday should be easier.
I have a question, ?z
should be nil
in that case?
(m/find [:a {:b [:x :y]}]
[?x {_ _ :as (m/cata ?z)}] ?z
(m/app #(doto % prn) ?z) ?z)
Iām honestly not sure. It is consistent with the results of this
(m/search {:b 2}
{:as (m/cata ?z)}
?z
?z ?z)
But Iām not sure if that is correct or not. Maybe n.oprompt can weigh in after the holiday.