[Haskell-cafe] Small syntax question

Maurício briqueabraque at yahoo.com
Tue Jul 11 09:34:58 EDT 2006


   Hi,

   I can do this:

(let a=3 in a) + (let b=4 in b)

but not this:

(a where a=3) + (b where b=3)

   Why?

   Thanks,
   Maurício



More information about the Haskell-Cafe mailing list