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