TwitAA 2012-02-08 01:31:45 [TwitAA 2012-02-08 01:31:45] import Data.List insertionSort :: (Ord a) => [a] -> [a] insertionSort = foldr insert []