andrew-johnson-4 / lambda-mountain

Typed Macro Assembler (x86, HTML, WASM, lots of things)
https://andrew-johnson-4.github.io/lambda-mountain/
MIT License
17 stars 0 forks source link

Arity Sensitive constructors #534

Open andrew-johnson-4 opened 3 months ago

andrew-johnson-4 commented 3 months ago
Tuple<x,y>
Tuple<x,y,z>
etc.