Hacker News new | ask | show | jobs
by TheCoelacanth 2716 days ago
Not generic monads, but it does have the `?` operator for Option (similar to Haskell Maybe) and Result (similar to Haskell Either) which would support a similar syntax to using `do` with the Maybe monad