DavidArno / SuccincT

Discriminated unions, pattern matching and partial applications for C#
MIT License
267 stars 15 forks source link

Add positional pattern matching support to Either<TL,TR> #68

Closed DavidArno closed 4 years ago

DavidArno commented 4 years ago

As per pos pattern matching for Option but using Left and Right somehow.

DavidArno commented 4 years ago

Done.