arrow-kt / arrow-core

Λrrow Core is part of Λrrow, a functional companion to Kotlin's Standard Library
http://arrow-kt.io
Other
81 stars 30 forks source link

Deprecate tupledN and productN #313

Closed nomisRev closed 3 years ago

nomisRev commented 3 years ago

Since tupledN and productN are simple overloads of mapN by providing a simple lambda either ::TupleN or destructuring + ::TupleN we've decided to not include this in Arrow Core since Kotlin & Kotlin Std prefers simple basic constructs with lambdas instead of providing all deriveable methods.