We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa4490 commit d7e8667Copy full SHA for d7e8667
library/src/scala/Tuple.scala
@@ -96,6 +96,7 @@ object Tuple {
96
case (h1 *: t1, h2 *: t2) => (h1, h2) *: Zip[t1, t2]
97
case (Unit, _) => Unit
98
case (_, Unit) => Unit
99
+ case _ => Tuple
100
}
101
102
/** Convert an array into a tuple of unknown arity and types */
0 commit comments