Fork me on GitHub
#meander
<
2020-12-23
>
noprompt00:12:04

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.

👍 15
🎄 3
ribelo21:12:44

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)

Jimmy Miller19:12:23

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.