Replaced throw to throwIO where type is IO

Bas van Dijk v.dijk.bas at gmail.com
Fri Sep 24 18:20:03 EDT 2010


I just extended the patch with two more throw-to-throwIO replacements
in GHC/IO.hs.

On Fri, Sep 24, 2010 at 11:46 PM, Bas van Dijk <v.dijk.bas at gmail.com> wrote:
> Hello,
>
> Attached is a small patch to: Control/Exception/Base.hs which replaces
> all uses of 'throw' to 'throwIO' where the type is IO.
>
> It would be nice if someone can review and apply it.
>
> Regards,
>
> Bas
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: throws-to-throwIOs.dpatch
Type: application/octet-stream
Size: 51183 bytes
Desc: not available
Url : http://www.haskell.org/pipermail/libraries/attachments/20100924/48136eea/throws-to-throwIOs-0001.obj


More information about the Libraries mailing list