top | item 30693349

(no title)

uryga | 4 years ago

https://en.m.wikibooks.org/wiki/Haskell/do_notation

rough analogy: `await` replaces `.then()`, do-notation replaces `.flatMap()`

discuss

order

int_19h|4 years ago

C# has had Nullable<T> for many years before it got stuff like ?. and ?? that mostly covers this, and it was, well, tolerable.

BoorishBears|4 years ago

Ergonomics sucked and a lot of people didn't use them (or even know they existed!) because ergonomics sucked