Add warning to docstring about input navigator requirement

This commit is contained in:
Alex Engelberg 2016-04-19 12:03:21 -07:00
parent 4c8aeebafc
commit d797e1aec1

View file

@ -258,7 +258,11 @@
(defn select-view
"Navigates to a sequence that contains the results of (select ...),
but is a view to the original structure that can be transformed."
but is a view to the original structure that can be transformed.
Requires that the input navigators will walk the structure's
children in the same order when executed on \"select\" and then
\"transform\"."
[& path]
(fixed-pathed-path [late path]
(select* [this structure next-fn]