julian
03/31/2021, 10:09 PM0.13
doesn't appear to have a Tuple3
. Tuples start at Tuple4
. Is this correct?than_
03/31/2021, 10:14 PMjulian
03/31/2021, 10:14 PMsimon.vergauwen
04/01/2021, 7:07 AMPair
& Triple
. We didn't feel a strong need to add a typealias
for it but if there is popular demand for it we could add it for 1.0.0
. You can consider 0.13.0
the last step before 1.0.0
so all feedback is extremely welcomed!simon.vergauwen
04/01/2021, 7:16 AMTuple2
and Tuple3
was to move closer to Kotlin Std.
So no duplicated APIs between Arrow and Kotlin Std, and if certain signatures appear in Kotlin Std give them the same names (or name patterns) in Arrow.than_
04/01/2021, 7:55 AM