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.
As a generalization of Tuple2[Int, Int], Int *: Int *: Unit should also allow autotupling.
Tuple2[Int, Int]
Int *: Int *: Unit
val h2: Int *: Int *: Unit => Int = (x, y) => x + y
it currently fails with
4 | val h2: Int *: Int *: Unit => Int = (x, y) => x + y | ^^^^^^^^^^^^^^^ | wrong number of parameters, expected: 1