kailua
kailua copied to clipboard
Recursive types?
What do I do when I have a recursive type or a bunch of mutually recursive types? The most tired example would be an employer having a list of employees and each employee having a reference back to the employer. To clarify, I'm asking primarily about table types, as I haven't yet touched the class system support introduced in 1.1. Thanks in advance!