Hacker News new | ask | show | jobs
by andrewjf 1550 days ago
I don't disagree, but:

> Some(null) is not a valid result.

It is a valid result. Null pointer and Option::None are still different things, is all.