How do I write a multiple tine conditional in Haskell.

Example: This would work on language like C.

if (x==1) {
x = x +1;
x = x +2;
x = x +3;
}

Thanks.







_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

_______________________________________________
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to