fix namespace problem with LAST/FIRST
This commit is contained in:
parent
8900eac847
commit
905e6b9b07
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue