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
the common Monad.sequence has well defined semantics among others not being sequential. The comprehension currently called sequence in here is sequential, so we should probably rename it. How about comprehension or for2or forseq or flat (flat like flatMap), e.g.
flat[Future]{
~someFuture +~otherFuture
}
The text was updated successfully, but these errors were encountered:
the common Monad.sequence has well defined semantics among others not being sequential. The comprehension currently called
sequence
in here is sequential, so we should probably rename it. How aboutcomprehension
orfor2
orforseq
orflat
(flat like flatMap), e.g.The text was updated successfully, but these errors were encountered: