Currently, Tuples / Records are only useful within a a cariant type, i.e. the variant decorator has to rewrite the Tuple/Record declaration into an instantiable type. However, they should be usable instead of for example namedtuples, or as type-checked tuples.
Currently, Tuples / Records are only useful within a a cariant type, i.e. the variant decorator has to rewrite the Tuple/Record declaration into an instantiable type. However, they should be usable instead of for example namedtuples, or as type-checked tuples.