[bitc-dev] Haskell question: exceptions

David Hopwood david.nospam.hopwood at blueyonder.co.uk
Thu Aug 11 13:56:10 EDT 2005


Iavor Diatchki wrote:
> There are two ways to work with exceptions in Haskell.
> The one is the fancy built in exceptions described here:
> http://haskell.org/ghc/docs/latest/html/libraries/base/Control.Exception.html
> They are particularly interesting when used together with concurrency.

This approach is based on the papers:

<http://research.microsoft.com/Users/simonpj/Papers/imprecise-exn.htm>
<http://citeseer.ist.psu.edu/578595.html>

It could be argued that it is too nondeterministic, however.

-- 
David Hopwood <david.nospam.hopwood at blueyonder.co.uk>



More information about the bitc-dev mailing list