2007-08-31 練習問題 haskell 今日はuniq.hs。 import List main = do cs <- getContents putStr $ unlines $ map head $ group $ lines cs 関数がたくさん連続すると混乱しそうです。