add note about value collection in subselect
This commit is contained in:
parent
3fffee336e
commit
cfb191e1cd
1 changed files with 3 additions and 1 deletions
|
|
@ -857,7 +857,9 @@
|
||||||
\"transform\".
|
\"transform\".
|
||||||
|
|
||||||
If transformed sequence is smaller than input sequence, missing entries
|
If transformed sequence is smaller than input sequence, missing entries
|
||||||
will be filled in with NONE, triggering removal if supported by that navigator."
|
will be filled in with NONE, triggering removal if supported by that navigator.
|
||||||
|
|
||||||
|
Value collection (e.g. collect, collect-one) may not be used in the subpath."
|
||||||
[& path]
|
[& path]
|
||||||
(late-bound-nav [late (late-path path)]
|
(late-bound-nav [late (late-path path)]
|
||||||
(select* [this structure next-fn]
|
(select* [this structure next-fn]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue