[Haskell-cafe] Using the ContT monads for early exits of IO ?

Bulat Ziganshin bulat.ziganshin at gmail.com
Fri Jun 11 08:27:34 EDT 2010


Hello Christopher,

Friday, June 11, 2010, 4:06:05 PM, you wrote:

> do if x
>       then return ()
>       else do bar; continueComputation

i format it this way:

if x then return () else do
bar
continueComputation



-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell-Cafe mailing list