paulstansifer / unseemly

Macros have types!
http://unseemly.github.io/
MIT License
131 stars 5 forks source link

Implement tuples #16

Closed paulstansifer closed 5 years ago

paulstansifer commented 5 years ago

Tuple types already exist, but they can only be constructed and destructed by parsing and syntax quotation respectively. There should be an actual literal, and an actual pattern for them, respectively. Tuples are stored as a Sequence, and the literal and pattern can be modeled after those for structs.