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

0 votes
in core.match by

Line 1710 of match.clj (0.3.0-alpha4) has this:

(defmethod groupable? [::predice ::predicate] [a b] (= (:gs a) (:gs b)))

I believe "predice" should be "predicate".

1 Answer

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