Re: [Haskell-cafe] Where is the documentation on exception types kept?

2012-11-07 Thread timothyhobbs
Thanks!  That is a neat way.  At least for exceptions which I know to exists and know how to trigger ;) Tim -- Původní zpráva -- Od: Albert Y. C. Lai Datum: 7. 11. 2012 Předmět: Re: [Haskell-cafe] Where is the documentation on exception types kept? "On 12-11-07 03:

Re: [Haskell-cafe] Where is the documentation on exception types kept?

2012-11-07 Thread Albert Y. C. Lai
On 12-11-07 03:36 PM, timothyho...@seznam.cz wrote: 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

Re: [Haskell-cafe] Where is the documentation on exception types kept?

2012-11-07 Thread timothyhobbs
the documentation on exception types kept? "Hi, > 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/(http://hackage.haskell.org/) > packages/archive/base/latest/doc/htm

Re: [Haskell-cafe] Where is the documentation on exception types kept?

2012-11-07 Thread Simon Hengel
Hi, > 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 specif

[Haskell-cafe] Where is the documentation on exception types kept?

2012-11-07 Thread timothyhobbs
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 exc