You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unexpected error (ClassCastException) macroexpanding defmulti at (src/haystack/parser.cljc:21:1).
class java.lang.Long cannot be cast to class clojure.lang.IObj (java.lang.Long is in module java.base of loader 'bootstrap'; clojure.lang.IObj is in unnamed module of loader 'app')
...which deserves a treatment similar to that of #3506, it seems.
The text was updated successfully, but these errors were encountered:
(defmulti 5 class)
triggers:...which deserves a treatment similar to that of #3506, it seems.
The text was updated successfully, but these errors were encountered: