fx-sharp  0.1
A collection of functional extensions for C#.
 All Classes Namespaces Files Functions Variables Enumerator
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
oNFxSharp
|oNExtensions
|oNUtils
|oCEither< 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.
|\CMaybe< T >A type to describe a possibly absent val.
\NJetBrains
 \NAnnotations