Started 2021-04
Haskell does not expose the recursive structure of tuples; for each natural number n (up to a certain limit which happens to be 62), Haskell provides a data type for a tuple of size n1, but there is nothing that relates a tuple of size n to a tuple of size n-1. I think there’s a potentially neater way to define tuples, and in fact it is already suggested by Haskell’s current notation!
Continue reading
RSS - Posts