You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like ZipArchive could easily have a PrimMonad instance based on that for StateT ZipState IO - and I've hit an instance where it would be useful to have. Would it correct & appropriate to add one in?
The text was updated successfully, but these errors were encountered:
It looks like
ZipArchive
could easily have aPrimMonad
instance based on that forStateT ZipState IO
- and I've hit an instance where it would be useful to have. Would it correct & appropriate to add one in?The text was updated successfully, but these errors were encountered: