
21 Feb
2009
21 Feb
'09
8:54 a.m.
On Sat, Feb 21, 2009 at 01:18:35AM +0100, Martijn van Steenbergen wrote:
You now need to specify the exact type of the exception you wish to catch. For example, to catch any exception:
action `catch` (\(e :: SomeException) -> handler)
For more information, see:
See also "Catching all exceptions" http://www.haskell.org/ghc/dist/stable/docs/libraries/base/Control-Exception... Thanks Ian