Y
Hacker News
new
|
ask
|
show
|
jobs
by
olivia-banks
136 days ago
From when I (tried to) learn Haskell, I thought `do` was cool, so that's interesting to hear. I'll give it a shot!
1 comments
octachron
135 days ago
Note that OCaml has monadic `do` too, in the form of `let*` operators (and applicative `and`) since OCaml 4.08.
link