tc39 / proposal-flatMap

proposal for flatten and flatMap on arrays
https://tc39.github.io/proposal-flatMap
214 stars 19 forks source link

flatMap defined but did not use T #4

Closed bakkot closed 8 years ago

bakkot commented 8 years ago

I assume it was intended as an argument to FlattenIntoArray; this fixes it.

bterlson commented 8 years ago

Indeed! Thanks :)