Date: Mon, 27 Jun 2011 15:03:00 +0300
From: mats.rauhala@gmail.com
To: beginners@haskell.org
Subject: Re: [Haskell-beginners] first number is a list
On 11:55 Mon 27 Jun , Roelof Wobben wrote:
>
> Oke,
> I'm not sure I understand you right. Let's say I have this list [1,2,3,4]How must I use head now ? Roelof Date: Mon, 27 Jun 2011 14:50:14 +0300
head [1,2,3,4] -- Returns 1
--
Mats Rauhala
MasseR
_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://www.haskell.org/mailman/listinfo/beginners