Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (defn strategy-dispatch [strategy & _] strategy)
- ;; (mk-group-context strategy state nodes)
- (defmulti mk-group-context #'strategy-dispatch
- :hierarchy #'strategy-hierarchy)
- ;; (sort-topologies strategy state topologies)
- (defmulti sort-topologies #'strategy-dispatch
- :hierarchy #'strategy-hierarchy)
Advertisement
Add Comment
Please, Sign In to add comment