"let" vs. "where" [was: Re: more unsafePerformIO questions (is it safe to use with ReadMode Handles)?]

Andrew J Bromage ajb@spamcop.net
Wed, 20 Aug 2003 16:27:40 +1000


G'day all.

On Wed, Aug 20, 2003 at 07:42:59AM +0200, Jan Scheffczyk wrote:

> I always thought that there is a tiny difference between "let" and "where":

They're semantically equivalent.  See, for example:

	http://haskell.org/onlinereport/decls.html#sect4.4.3.2

Cheers,
Andrew Bromage