[Haskell-cafe] Conditional IO ?
David Barbour
dmbarbour at gmail.com
Mon Jun 20 20:49:59 CEST 2011
On Mon, Jun 20, 2011 at 1:33 AM, Dmitri O.Kondratiev <dokondr at gmail.com>wrote:
> Thanks! Everything works, and 'when' is really nice.
> ( I still have only basic monad knowledge, need more time to spend on
> existing libraries)
>
>
I heavily use 'when' and 'unless'. ('unless b x' is the same as 'when (not
b) x'.)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110620/50e5b60e/attachment.htm>
More information about the Haskell-Cafe
mailing list