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

+1 vote
in core.match by

Currently we have a hack to read type information at vector pattern specialization time overriding whatever the :t field is for a VectorPattern instance. We should instead pass the occurrence to emit-pattern so the vector-pattern can start with the correct type information.

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/MATCH-74 (reported by dnolen)
...