`Option.some` and `Some<T>` return types

Why doesn't
Option.some
return Some<T> and vice versa?
Was this page helpful?