|
|
|
|
|
by weinzierl
29 days ago
|
|
A common use case for the sum type is to define a Result (or Either) type. Now, C# not having checked exceptions is not as much in need for one as Java is, but I could still
imagine it being useful for stream
like constructs. |
|