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
Currently runCoop interpreter lies near the Coop data type definition. It should go into a separate submodule. Moreover, dependency on the Control.Monad.Coop.Sync should go away, as Sync being an implementation detail of the particular interpreter.
Currently
runCoop
interpreter lies near theCoop
data type definition. It should go into a separate submodule. Moreover, dependency on theControl.Monad.Coop.Sync
should go away, asSync
being an implementation detail of the particular interpreter.This is currently blocked by #46
The text was updated successfully, but these errors were encountered: