Hacker News new | ask | show | jobs
by qwerasdf5 1049 days ago
C# has had nullable types for quite a while.
1 comments

Not quite the same thing. Nullable types are (undiscriminated) unions, `Option` is a sum (= discriminated union).