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 Union types #69

Closed DavidArno closed 4 years ago

DavidArno commented 4 years ago

As per pos pattern matching for Option but using Variant. Experiment with CaseOf<T> too, though I suspect that won't work.

DavidArno commented 4 years ago

Done.