Given expressions eᵢ, return the tuple (e₁, e₂, …, eₙ) and its type t₁ × t₂ × … × tₙ.
For n = 0, return PUnit.unit.
Equations
- One or more equations did not get rendered due to their size.
Given expressions eᵢ, return the tuple (e₁, e₂, …, eₙ) and its type t₁ × t₂ × … × tₙ.
For n = 0, return PUnit.unit.