Fork me on GitHub
#specter
<
2020-01-26
>
akond07:01:34

@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?

nathanmarz16:01:11

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