| |||||
| |||||
| Description | |||||
| Sort like functions, should be moved and removed | |||||
| Synopsis | |||||
| |||||
| Documentation | |||||
| group :: Ord a => [a] -> [[a]] | |||||
| Group a list of elements, reorders them as well | |||||
| unique :: Ord a => [a] -> [a] | |||||
| Reorders the elements as well, O(n*log(n)) | |||||
| Produced by Haddock version 0.8 |