Welcome! Please see the About page for a little more info on how this works.

0 votes
in core.match by

The following pattern throws "CompilerException java.lang.ClassCastException: clojure.lang.PersistentVector cannot be cast to clojure.lang.Named":

(let (link: x {[1) 2}]
(match (link: x)

     (link: {[1] _}) true))

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/MATCH-107 (reported by alex+import)
...