1. Is there any difference between
\a b -> (a, b)
and
let f a b = (a, b) in f
?
2. Is there any difference between
case x of (a, b) -> (b, a)
and
let (a, b) = x in (b, a)
?
--
__("< Marcin Kowalczyk * [EMAIL PROTECTED] http://kki.net.pl/qrczak/
\__/ GCS/M d- s+:-- a22 C+++>+++$ UL++>++++$ P+++ L++>++++$ E-
^^ W++ N+++ o? K? w(---) O? M- V? PS-- PE++ Y? PGP->+ t
QRCZAK 5? X- R tv-- b+>++ DI D- G+ e>++++ h! r--%>++ y-
- Re: Differences between some constructs Marcin 'Qrczak' Kowalczyk
- Re: Differences between some constructs Lennart Augustsson
