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

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to