dcolthorp / matchure

Powerful, idiomatic pattern matching for clojure
159 stars 8 forks source link

recur in else clause of if-match #7

Open icetortoise opened 13 years ago

icetortoise commented 13 years ago

Not even sure this is a bug, maybe just a limitation...but it seems recur cannot be used as else clause in if-match, because the else clause is wrapped as a closure.