Features implementations of some of the usual suspects from functional programming: option type (Maybe<T>), error types (Result<T, TError>, Outcome<T> and Fallible<T>) for Railway Oriented Programming, simple disjoint union (Either<T1, T2>), (finite and infinite) sequence generators and LINQ extensions.
Info
Version: | 0.28.0 |
Author(s): | Narvalo.Org |
Last Update: | Friday, April 7, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/chtoucas/Narvalo.NET/tree/master/src/Narvalo.Fx |
NuGet Url: | https://www.nuget.org/packages/Narvalo.Fx |
Install
Install-Package Narvalo.Fx
dotnet add package Narvalo.Fx
paket add Narvalo.Fx
Narvalo.Fx Download (Unzip the "nupkg" after downloading)
Dependencies
- Narvalo.Core(>= 2.0.0)
- System.Collections(>= 4.3.0)
- System.Resources.ResourceManager(>= 4.3.0)
- System.Runtime(>= 4.3.0)
- System.ValueTuple(>= 4.3.0)
Tags