fx-sharp
0.1
A collection of functional extensions for C#.
|
Go to the source code of this file.
Classes | |
class | FxSharp.Either |
struct | FxSharp.Either< TLeft, TRight > |
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. More... | |
Namespaces | |
package | FxSharp |