[Haskell-cafe] Re: urls

2005-01-06 Thread Tristan Wibberley
Tristan Wibberley wrote:
http://research.microsoft.com/Users/simonpj/papers/assoc-types/index.htm
http://www.haskell.org/hawiki/GHC_206_2e4
oops, terribly sorry, was forwarding them to myself but mis-clicked :/
begin:vcard
fn:Tristan Wibberley
n:Wibberley;Tristan
email;internet:[EMAIL PROTECTED]
x-mozilla-html:FALSE
version:2.1
end:vcard

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


[Haskell-cafe] urls

2005-01-06 Thread Tristan Wibberley
http://research.microsoft.com/Users/simonpj/papers/assoc-types/index.htm
http://www.haskell.org/hawiki/GHC_206_2e4
begin:vcard
fn:Tristan Wibberley
n:Wibberley;Tristan
email;internet:[EMAIL PROTECTED]
x-mozilla-html:FALSE
version:2.1
end:vcard

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


[Haskell-cafe] Re: Haskell Pangolins

2005-01-01 Thread Tristan Wibberley
Tomasz Zielonka wrote:
On Wed, Dec 29, 2004 at 07:54:15PM -0500, Scott Turner wrote:
isYes = `elem` ["y", "yes", "Y", "YES"]

isYes = (`elem` ["y", "yes", "Y", "YES"])
or isYes = flip elem ["y", "yes", "Y", "YES"]
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe