2009/7/15 Magicloud Magiclouds <magicloud.magiclo...@gmail.com>: > Hi, > I do not notice this before. "fun ([0, 1] ++ xs) = .." in my code > could not be compiled, parse error.
++ is a function; you can't pattern-match on that. Cheers, Thu _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe