[Haskell] Better Exception Handling

Johannes Waldmann waldmann at imn.htwk-leipzig.de
Tue Nov 23 10:12:52 EST 2004


> The other annoying thing is forcing it to run in the IO monad.  

necessarily so, since Haskell has non-strict semantics
so it's not so clear when an exception is actually raised
(you might have left the block  that textually contained the offending 
expression , and the exception handler, a long time ago)
-- 
-- Johannes Waldmann,  Tel/Fax: (0341) 3076 6479 / 6480 --
------ http://www.imn.htwk-leipzig.de/~waldmann/ ---------



More information about the Haskell mailing list