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
{{ message }}
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.
@ahjohannessen made a request in gitter that I think makes sense, which is that we could perhaps treat Environments as a monoid, so that they can be added together, and we can do something like:
(env1 |+| env2).serve(addr) ...
This would allow for remote functions to be logically grouped, and the later composed.
The text was updated successfully, but these errors were encountered:
@ahjohannessen made a request in gitter that I think makes sense, which is that we could perhaps treat Environments as a monoid, so that they can be added together, and we can do something like:
(env1 |+| env2).serve(addr) ...
This would allow for remote functions to be logically grouped, and the later composed.
The text was updated successfully, but these errors were encountered: