Concept
Union type retrofitted type system
Journey Statuslearning
Union type: An untagged, ad-hoc combination of existing independent types (e.g., (U mt node)) - unlike Sum type (Algebraic data type) where Type variant are tagged and defined together as part of one type.