[Haskell-cafe] An interesting curiosity

Steven Shaw steshaw at gmail.com
Thu Sep 18 23:01:48 EDT 2008


2008/9/19 Evan Laforge <qdunkan at gmail.com>
> let {1 + 1 = 3; 3 + 1 = 3} in 1 + 1 + 1

Which gives 3.

Perhaps even more confusing is:

let {1 + 1 = 3; 3 + 1 = 3} in 3 + 1 + 1

which gives 3


More information about the Haskell-Cafe mailing list