fsharpfan
-
- 4,407 total downloads
- last updated 1/25/2019
- Latest version: 1.0.0
F# style discriminated unions or C#, using a custom type OneOf<T0, ... Tn> which holds a single value and has a .Match(...) method on it for exhaustive matching. Simple but powerful.