> * raise :: String -> a
> * handle :: (String -> IO a) -> IO a -> IO a
> I'd be interested to know what people think of this.
I like the trick of handle being in the IO monad to avoid
problems with evaluation order.  As usual though, it can be a 
high price to pay if all you wanted was a little local
error handling.

I'll probably add it to hbc.

        -- Lennart


Reply via email to