3 lines
65 B
Text
3 lines
65 B
Text
import Set;
|
|
|
|
public set[set[&T]] PowerSet(set[&T] s) = power(s);
|
import Set;
|
|
|
|
public set[set[&T]] PowerSet(set[&T] s) = power(s);
|