character subsets by fox

main=interact$unlines.f
f(x:y@(z:_))=f y++[x:w|w<-f y,z/=x]
f _=[[]]

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page