20 Dec 14:19
Re: Add 'subsequences' and 'permutations' to Data.List (ticket #1990)
Chris Kuklewicz <haskell <at> list.mightyreason.com>
2007-12-20 13:19:14 GMT
2007-12-20 13:19:14 GMT
Unfortunately, permutations5 has an error: > *Main> permutations5 [1..3] > [[1,2,3],[2,1,3],[3,2,1],[3,3,1],[3,2,2],[3,3,2]] > *Main> permutations6 [1..3] > [[1,2,3],[2,1,3],[3,2,1],[2,3,1],[3,1,2],[1,3,2]]
RSS Feed