robb / Asterism

Asterism is yet another functional toolbelt for Objective-C. It tries to be typesafe and simple.
http://robb.github.io/Asterism/
MIT License
226 stars 12 forks source link

Add ASTFlatten #7

Closed felixvisee closed 10 years ago

robb commented 10 years ago

What do you think on checking the type and allowing @[ @1, @[ @2, @3]] as an input value? I'd rather not make assumptions of the contents on the input array if it can be avoided (cue the usual parametric types rant)

robb commented 10 years ago

… that would also make the method idempotent

robb commented 10 years ago

Can you merge in master?

robb commented 10 years ago

I assume it's not recursive in Scala? ;-)