m2ym/optima

Don't optimize away repeat patterns without guard

fare opened this issue · 1 comments

fare commented
(match 1 ((guard x (equal x 2)) (list :a x)) (x (list :b x)))

should probably return (:B 1), not NIL.