purescript/purescript-tuples

Add an operator for convenience

Closed this issue · 3 comments

How about we have an operator (i recommend *& because it's a product type) to use as an alternative to the constructor. a *& b as alternative Tuple a b.

An operator is included in Data.Tuple.Nested

infixr 6 type Tuple as /\

Geez... How did miss that?

Probably because it's in Nested, when it doesn't necessarily need to be 😄