arrow-kt / arrow-fx

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

["Request"] Deprecate parTupledN #374

Closed nomisRev closed 3 years ago

nomisRev commented 3 years ago

What version are you currently using?

0.11.1

What would you like to see?

parTupledN only offers a simple alias for mapN with a ::TupleN lambda, this seems too redundant to be included in this base library. Therefore we'll deprecate and remove it.

nomisRev commented 3 years ago

Arity 2-3 need deprecation Arity 4-5 can be removed directly (by reverting a PR) since doesn't exist yet in the latest release.

Thanks @LordRaydenMK ;)