From 4697c3923081c8106641cb9a73aa04d97e1b30f7 Mon Sep 17 00:00:00 2001 From: Christopher O'Donnell Date: Sun, 12 Jun 2016 12:06:13 -0400 Subject: [PATCH] Remove unnecessary example. --- List-of-Navigators.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/List-of-Navigators.md b/List-of-Navigators.md index d9bd8b3..62d2874 100644 --- a/List-of-Navigators.md +++ b/List-of-Navigators.md @@ -473,8 +473,6 @@ Resets the index in the parameter list to 0. Useful for defining recursive navig (stay-then-continue must (params-reset MyWalker))) => (select (MyWalker :a) {:a {:a {:b 2}}}) ({:a {:a {:b 2}}} {:a {:b 2}} {:b 2}) -=> (select (MyWalker :a) {:a {:b {:a 0}}}) -({:a {:b {:a 0}}} {:b {:a 0}}) ``` ### parser