fromNormalizedSet

fun fromNormalizedSet(normalizedSet: A_Set): A_Type

Construct an enumeration type from a set with at least two instances. The set must have already been normalized, such that at most one of the elements is itself a type.

Return

The resulting enumeration.

Parameters

normalizedSet

The set of instances.