specter

Latest version: 1.1.3
akond 2020-01-26T07:06:34.008800Z

@nathanmarz understood. is it possible then to create a parametrized navigator for say something like [:rations s/ALL (fn-> :id (= id)) :day-rations] so that it looks like [(new-nav id)] instead?

nathanmarz 2020-01-26T16:19:05.009Z

sure

nathanmarz 2020-01-26T16:19:11.009300Z

(defn new-nav [id]
  (path :rations s/ALL (fn-> :id (= id)) :day-rations))