|
fx-sharp
0.1
A collection of functional extensions for C#.
|
| An Either wraps the result of a computation that can fail or the resulting error val. The subtype 'Right' represents a successful result wrapping the val whereas the 'Left' subtype represents a failed computation with the resulting error val. | |
| A type to describe a possibly absent val. | |
1.8.6