Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Twey
4 months ago
|
parent
|
context
|
favorite
| on:
Asynchrony is not concurrency
I suppose Haskell does, as `(+) <$> f1 <*> f2`.
raluk
4 months ago
[–]
In there is also ApplicativeDo that works nicely with this.
do x <- f1 y <- f2 return $ x + y
this is evaluated as applicative in same way.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: