Is there any obstacle preventing addition of MoandMask instance for GenHaxl u w ? It already has MonadThrow and MonadCatch instances.
My usecase for this is that I would like to dump caches to file at the end of GenHaxl computation, to be able to reproduce any problem that ocurred. I would really like to use finally there, but it requires MonadMask instance.
Is there any obstacle preventing addition of
MoandMaskinstance forGenHaxl u w? It already hasMonadThrowandMonadCatchinstances.My usecase for this is that I would like to dump caches to file at the end of
GenHaxlcomputation, to be able to reproduce any problem that ocurred. I would really like to usefinallythere, but it requiresMonadMaskinstance.