Don't assume hierarchies are stored in vars -- call deref instead of var-get #52
Labels
clojurescript support
Issues that we have to tackle in order to get ClojureScript support working.
good first issue
Good for newcomers
Milestone
The various dispatchers resolve their hierarchies by calling
var-get
. Vanilla multifns just callderef
, so the hierarchy works whether it's a Var or Atom or Delay or whatever.ClojureScript doesn't have
var-get
, so that's another reason to make this change.The text was updated successfully, but these errors were encountered: