
14 Sep
2015
14 Sep
'15
2:57 p.m.
The powerset of set s is a set containing all subsets of s. I need a clue on how to write Haskell code to get the superset of a set using direct recursion and list comprehension. Best regads.