lexi-lambda / hackett

WIP implementation of a Haskell-like Lisp in Racket
https://lexi-lambda.github.io/hackett/
ISC License
1.16k stars 50 forks source link

Built-in n-tuple type #54

Open lexi-lambda opened 6 years ago

lexi-lambda commented 6 years ago

Currently, Hackett provides a Tuple type defined as an ordinary ADT, which is a 2-tuple. It would be nice to transparently support arbitrarily large tuples, like Haskell does.