Tag Archives: Tuple

Recursive Tuples

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 … Continue reading

Posted in Computer Science, Functional Programming, Linguistics | Tagged , , , | Leave a comment