Skip to content

Commit d7e8667

Browse files
Update library/src/scala/Tuple.scala
Co-Authored-By: Nicolas Stucki <[email protected]>
1 parent cfa4490 commit d7e8667

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/src/scala/Tuple.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ object Tuple {
9696
case (h1 *: t1, h2 *: t2) => (h1, h2) *: Zip[t1, t2]
9797
case (Unit, _) => Unit
9898
case (_, Unit) => Unit
99+
case _ => Tuple
99100
}
100101

101102
/** Convert an array into a tuple of unknown arity and types */

0 commit comments

Comments
 (0)