fx-sharp
0.1
A collection of functional extensions for C#.
|
Namespaces | |
package | Extensions |
package | Utils |
Classes | |
class | Either |
struct | 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... | |
class | Maybe |
Static helper methods for Maybes. | |
struct | Maybe< T > |
A type to describe a possibly absent val. More... | |
class | Prelude |