Hi,

On 6 Sep., 16:43, Meikel Brandmeyer <m...@kotka.de> wrote:

> (defmulti foo
>   your-dispatch-fn-here
>   :hierarchy your-hierarchy)

Woops. You should use an atom for the hierarchy or use the Var in the
call above: #'your-hierarchy.

An atom would allow later modification of the hierarchy.

Sincerely
Meikel

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to