List cartesian product of sets.
sets
map function (vs, vs)
x₀ × x₁ × ... = {{v₀, v₁, ...} | v₀ ∈ x₀, v₁ ∈ x₁, ...]}
Generated using TypeDoc
List cartesian product of sets.