We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cd chapter-11 swipl practical-session.pl powerset([a,b,c,d,e],P). P = [[], [a], [a, b], [a, b, c], [a, b, c, d], [a, b, c|...], [a, b|...], [a|...], [...|...]|...].