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"])

Best regards,
Tomasz
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to