Doc fixes in Control.Exception

Bas van Dijk v.dijk.bas at gmail.com
Mon Mar 8 14:09:17 EST 2010


On Mon, Mar 8, 2010 at 5:47 PM, Ian Lynagh <igloo at earth.li> wrote:
>> > 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-Exception.html#v:catch

Bas


More information about the Libraries mailing list