Interesting! Unit tests show the bug is not in merge-rules, as thought,

but in add-rule.
This commit is contained in:
Simon Brooke 2013-11-08 14:18:02 +00:00
parent 68fafdab99
commit aad3cd6b58
3 changed files with 46 additions and 1 deletions

View file

@ -23,7 +23,6 @@
rules: a rule tree (i.e. a recursively nested map token => rule-tree);
path: a flat sequence of tokens."
[rules path]
(prn "Rule: " path)
(cond
;; if we have no more path, we're done.
(empty? path) nil