Guest User

on dispatch-fn

a guest
Dec 16th, 2013
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. (defn strategy-dispatch [strategy & _] strategy)
  2.  
  3. ;; (mk-group-context strategy state nodes)
  4. (defmulti mk-group-context #'strategy-dispatch
  5. :hierarchy #'strategy-hierarchy)
  6.  
  7. ;; (sort-topologies strategy state topologies)
  8. (defmulti sort-topologies #'strategy-dispatch
  9. :hierarchy #'strategy-hierarchy)
Advertisement
Add Comment
Please, Sign In to add comment