On Thu, 15 Sep 2005, Joel Reymont wrote:

What is the meaning of xxs@(x:xs) in the code below?

I understand that x:xs is a list /head:tail/ but a tuple of (x:xs) does not make sense.


It's not a tuple, it's just the usual meaning for parens.

--
[EMAIL PROTECTED]

The task of the academic is not to scale great intellectual mountains, but to flatten them.
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to