fix typo/formatting
This commit is contained in:
parent
3f22361fad
commit
f12b6bc046
2 changed files with 6 additions and 5 deletions
|
|
@ -117,7 +117,7 @@
|
||||||
))
|
))
|
||||||
|
|
||||||
(defn replace-in
|
(defn replace-in
|
||||||
"Similar to transform, except returns a pair of [transformd-structure sequence-of-user-ret].
|
"Similar to transform, except returns a pair of [transformed-structure sequence-of-user-ret].
|
||||||
The transform-fn in this case is expected to return [ret user-ret]. ret is
|
The transform-fn in this case is expected to return [ret user-ret]. ret is
|
||||||
what's used to transform the data structure, while user-ret will be added to the user-ret sequence
|
what's used to transform the data structure, while user-ret will be added to the user-ret sequence
|
||||||
in the final return. replace-in is useful for situations where you need to know the specific values
|
in the final return. replace-in is useful for situations where you need to know the specific values
|
||||||
|
|
@ -164,6 +164,7 @@
|
||||||
(i/srange-transform structure start end next-fn)
|
(i/srange-transform structure start end next-fn)
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
||||||
(def BEGINNING (srange 0 0))
|
(def BEGINNING (srange 0 0))
|
||||||
|
|
||||||
(def END (srange-dynamic count count))
|
(def END (srange-dynamic count count))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue