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
the postwalk example still doesn't run because the postwalk will do a (into (empty ..a..) (map identity ..a..)) which will reduce to (conj {} ..a..) and subsequently {} due to ambiguous semantics of merging a partially-defined map (metaconstant) with a concrete map
I'm not really sure how to fix this yet, so it might be a while before it gets resolved, but I think it is worth thinking about more.
see following case
the exception: java.lang.ClassCastException: java.lang.Boolean cannot be cast to clojure.lang.IPersistentCollection
The text was updated successfully, but these errors were encountered: