Is it possible to create a new type alias based on another type alias for a tag (syntactically)?
Like:
Fruits: [Apple, Pomegranate, Grape]
Foods: [Fruits | Pretzel, Bread] # Foods: [Apple, Pomegranate, Grape, Pretzel, Bread]
Foods: [Pretzel, Bread]Fruits
Man, I can't wait for the new syntax around this. I think I'm the future it should be:
Foods : [Pretzel, Bread, ..Fruits]
Thank you, I should've read the docs a bit better, because it also says it there (it just a bit hard to find).
Mendel Rubin has marked this topic as resolved.
Last updated: Jul 06 2025 at 12:14 UTC