JohannesMoersch / Functional

Functional is a set of libraries that support functional programming patterns in C#.
MIT License
66 stars 13 forks source link

Consider adding .CompareTo() extension for Options of IComparables. #104

Open JohannesMoersch opened 4 years ago

RyanMarcotte commented 3 years ago

Obvious comparison cases...

Are we considering Option.Some(...) > Option.None?

RyanMarcotte commented 3 years ago

... or make calling code specify a strategy for ordering Option.None<T> relative to Option.Some<T>?