From 559056d0736b1a5a1531e627cc1c48b429185a47 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Fri, 30 Sep 2016 17:54:27 -0400 Subject: [PATCH] Updated List of Navigators (markdown) --- List-of-Navigators.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/List-of-Navigators.md b/List-of-Navigators.md index b9affbe..b7a2fe1 100644 --- a/List-of-Navigators.md +++ b/List-of-Navigators.md @@ -333,8 +333,7 @@ See also [VAL](#val), [collect](#collect), and [putval](#putval) `(comp-paths & path)` -Returns a compiled version of the given path for use with compiled-{select/transform/setval/etc.} functions. This can compile navigators (defined with `defnav`) without their parameters, and the resulting compiled -path will require parameters for all such navigators in the order in which they were declared. Precompiling a path and using the corresponding compiled `select` or `transform` operation will provide a slight speed improvement (2-3%) over relying on inline factoring and caching. +Returns a compiled version of the given path for use with compiled-{select/transform/setval/etc.} functions. ```clojure => (let [my-path (comp-paths :a :b :c)]