Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Re: Strange behavior of program (Carsten K?nig)
----------------------------------------------------------------------
Message: 1
Date: Sun, 08 Mar 2015 12:22:45 +0100
From: Carsten K?nig <[email protected]>
To: [email protected]
Subject: Re: [Haskell-beginners] Strange behavior of program
Message-ID: <[email protected]>
Content-Type: text/plain; charset=windows-1252
Try
> foldl (*) 1 [1,2,4,8,32,64,128,256,512,1024,2048,4906,8192]
and then
> foldl (*) 1 [1,2,4,8,32,64,128,256,512,1024,2048,4906,8192] :: Int
what do you see?
You might want to check with
> :t foldl (*) 1 [1,2,4,8,32,64,128,256,512,1024,2048,4906,8192]
next
Am 08.03.2015 um 11:59 schrieb m00nlight:
> foldl (*) 1 [1,2,4,8,32,64,128,256,512,1024,2048,4906,8192]
------------------------------
Subject: Digest Footer
_______________________________________________
Beginners mailing list
[email protected]
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
------------------------------
End of Beginners Digest, Vol 81, Issue 30
*****************************************