7 Nov 2012 21:36
Where is the documentation on exception types kept?
<timothyhobbs <at> seznam.cz>
2012-11-07 20:36:19 GMT
2012-11-07 20:36:19 GMT
Hello,
I am trying to catch an "thread blocked on MVar indefinitely exception." Of course I can use ::SomeException as explained in http://hackage.haskell.org/packages/archive/base/latest/doc/html/Control-Exception.html#g:3 but there is no explanation as to how to find the more case specific exceptions. http://hackage.haskell.org/packages/archive/base/latest/doc/html/Control-Concurrent-MVar.html#t:MVar does not discuss exceptions at all! Indeed, I don't know of any haddock pages that include descriptions of exception types :( :O
Thanks,
Timothy
I am trying to catch an "thread blocked on MVar indefinitely exception." Of course I can use ::SomeException as explained in http://hackage.haskell.org/packages/archive/base/latest/doc/html/Control-Exception.html#g:3 but there is no explanation as to how to find the more case specific exceptions. http://hackage.haskell.org/packages/archive/base/latest/doc/html/Control-Concurrent-MVar.html#t:MVar does not discuss exceptions at all! Indeed, I don't know of any haddock pages that include descriptions of exception types :( :O
Thanks,
Timothy
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe <at> haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
RSS Feed