Narvalo.Fx
0.26.1
Features implementations of some of the usual suspects from functional programming: option type (Maybe<T>), return types (Result<T, TError>, Outcome<T> and Fallible<T>), simple disjoint union (Either<T1, T2>), sequence generators and LINQ extensions.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Narvalo.Fx -Version 0.26.1
dotnet add package Narvalo.Fx --version 0.26.1
<PackageReference Include="Narvalo.Fx" Version="0.26.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Narvalo.Fx --version 0.26.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
- Narvalo.Core (>= 1.0.1)
- System.Collections (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.ValueTuple (>= 4.3.0)
GitHub Usage
This package is not used by any popular GitHub repositories.