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
I'm working on what seems a very OOP library and I end up thinking of Objective. Notably, it's on MVar, is there any objection if I fork it (and possibly try to get it into Hackage) on STM instead of MVar? I know that STM means that unsafePerformIO is no longer usable, but it'd be interesting to modify your library to use STM instead.
The text was updated successfully, but these errors were encountered:
I'm working on what seems a very OOP library and I end up thinking of Objective. Notably, it's on MVar, is there any objection if I fork it (and possibly try to get it into Hackage) on STM instead of MVar? I know that STM means that unsafePerformIO is no longer usable, but it'd be interesting to modify your library to use STM instead.
The text was updated successfully, but these errors were encountered: