Noël Widmer

Results 2 comments of Noël Widmer

Some question to improve my understanding of your proposal: 1. Would you remove `.ToEither()` in favour of `.ToA()` and `.ToB()`? 2. Adding `.ToA()` and `.ToB()` would not allow you to...

_Why do I think this not useful?_ We can only call the `Option.Some(value)` constructor if we already have a value. At that point we might as well do `value.ToOption()` or...