Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
timewizard
34 days ago
|
parent
|
context
|
favorite
| on:
A list is a monad
> immediately transforms into
Minor quibble, "can only be resolved as". The runtime absolutely holds Promise<Promise<T>>'s.
nine_k
34 days ago
[–]
Splitting hairs even further: the .then() returns a resolved value of the inner Promise, not the inner Promise itself, when the outer Promise resolves, so not "immediately" indeed. That's where the flattening occurs, AFAICT.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Minor quibble, "can only be resolved as". The runtime absolutely holds Promise<Promise<T>>'s.