We implement a discriminated union by tagging the argument
categories with unique tags, and forming the undiscriminated
union. It would be better to use the actual categories as their
own tags but that would not work if the same category was presented
twice in the argument list, which is likely to be the most common case.
Start python section to interscript/felix/model/cons.py[6
/6
]Prev