
On Mon, Mar 8, 2010 at 5:47 PM, Ian Lynagh
but the reference to $catchall in Control/Exception/Base.hs isn't working; in Control-Exception.html $catchall isn't expanded. Is that a bug, or expected behaviour?
Not exactly sure what you mean, here. The $catchall reference in Control/Exception/Base.hs should not work (if by "work" you mean create some kind of reference to the documentation in Control/Exception.hs).
In Control.Exception everything seems fine ($catchall is expanded). Or are you seeing something else?
No, sounds like it's working as expected. Thanks!
There's a reference to $catchall in the documentation of 'catch' which doesn't link to the proper place: http://haskell.org/ghc/docs/latest/html/libraries/base-4.2.0.0/Control-Excep... Bas