2012-06-28 real world haskell 第3章 練習問題 P62 Haskell これでいいんだ。 toList (Cons x xs) = x : (toList xs) toList Nil = []