Instant is
off
|
Search plugin
|
Manual
|
haskell.org
permutations
+base
Packages
base
permutations
:: [a] -> [[a]]
base
Data.List
The
permutations
function returns the list of all permutations of the argument. > permutations "abc" == ["abc","bac","cba","bca","cab","acb"]
©
Neil Mitchell
2004-2012, version 4.2.11