robrix / Hammer

Parsing and pattern matching in Objective-C
BSD 3-Clause "New" or "Revised" License
75 stars 1 forks source link

Setwise reduction #90

Closed robrix closed 10 years ago

robrix commented 10 years ago

Makes it convenient to reduce setwise, which is useful if you want to e.g. filter. Straight-up maps are a special case of this.