NEW! 2014/06/14 : AAを画像化するアイコンAAに、LINEスタンプサイズを追加しました。
import Data.List
insertionSort :: (Ord a) => [a] -> [a] insertionSort = foldr insert []