Benjozork opened this issue 4 years ago · 1 comments
type Person = struct { name: str, age: i32 }
type Time = tuple { i32, i32, i32 }
type Thing = Person | str
See wiki for up-to-date complex types concept.