Manuel Ornato

Results 1 comments of Manuel Ornato

Same here, I often find myself stuck with patterns like: `MaybeVar.Select(v => v.IntProp).Unwrap(42);` (where MaybeVar is a `Maybe` and `IntProp` is an `int` property of `T`) failing because of that...