Hacker News new | ask | show | jobs
by chrisweekly 99 days ago
do-notation -> dot-notation, right?
1 comments

Do-notation in the sense of Haskell's monadic do blocks: https://en.wikibooks.org/wiki/Haskell/do_notation
aha. thanks! TIL