Hacker News new | ask | show | jobs
by typenil 2207 days ago
The `Maybe` container seems to be a close analog of `Option` in Rust

https://doc.rust-lang.org/rust-by-example/std/option.html

3 comments

It's fairly common across languages: https://en.wikipedia.org/wiki/Option_type
Another synonym is Some in some languages.
WellActuallyâ„¢, Some is a synonym of Just, Maybe is a synonym of Option, and Nothing is a synonym of None.
Is this surprising? Of course it is