fix namespace problem with LAST/FIRST

This commit is contained in:
Nathan Marz 2015-06-30 17:07:44 -04:00
parent 8900eac847
commit 905e6b9b07

View file

@ -114,9 +114,9 @@
(def VAL (i/->ValCollect)) (def VAL (i/->ValCollect))
(def LAST (i/->PosStructurePath last set-last)) (def LAST (i/->PosStructurePath last i/set-last))
(def FIRST (i/->PosStructurePath first set-first)) (def FIRST (i/->PosStructurePath first i/set-first))
(defn srange-dynamic [start-fn end-fn] (i/->SRangePath start-fn end-fn)) (defn srange-dynamic [start-fn end-fn] (i/->SRangePath start-fn end-fn))