
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 1/27/11 09:55 , Renzo Orsini wrote:
Prelude> let f 7 = "ok" Prelude> let f x = "no"
Doing it in separate let bindings doesn't combine; instead, the second one hides the first. let {f 7 = "ok"; f x = "no"} is more likely to do what you expect. - -- brandon s. allbery [linux,solaris,freebsd,perl] allbery@kf8nh.com system administrator [openafs,heimdal,too many hats] allbery@ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk1BpscACgkQIn7hlCsL25Xp2ACfYqe/fkuNY9YSnXM3ptFFGPvD 0k0An0hLeo4w7cv2ALc9MQJRhZIEOtyJ =pYh3 -----END PGP SIGNATURE-----