Closed j-hui closed 1 year ago
This PR unifies the syntax for tuples (types and data constructors), gets rid of need to define Pair2 etc., and generates all the necessary type definitions automatically.
Pair2
As long as tests pass, I'm going to merge this in without review because I desperately need this feature for a paper submission 🥲
This PR unifies the syntax for tuples (types and data constructors), gets rid of need to define
Pair2
etc., and generates all the necessary type definitions automatically.