meander

All things about https://github.com/noprompt/meander Need help and no one responded? Feel free to ping @U5K8NTHEZ
noprompt 2020-12-23T00:23:04.107900Z

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.

5šŸ‘1šŸŽ„
2020-12-23T21:45:44.109500Z

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 2020-12-24T19:05:23.109600Z

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.