Proposal: add Functor instance to Control.Exception.Handler

Bas van Dijk v.dijk.bas at gmail.com
Mon Mar 19 10:13:11 CET 2012


On 18 March 2012 18:30, Patrick Palka <patrick at parcs.ath.cx> wrote:
> Proposed instance definition:
>
> instance Functor Handler where
>    fmap f (Handler h) = Handler (fmap f . h)

Nice idea. +1

Bas



More information about the Libraries mailing list