Hacker News new | ask | show | jobs
by consilient 1049 days ago
Not quite the same thing. Nullable types are (undiscriminated) unions, `Option` is a sum (= discriminated union).