endofunk.fx
0.3.3.7
Install-Package endofunk.fx -Version 0.3.3.7
dotnet add package endofunk.fx --version 0.3.3.7
<PackageReference Include="endofunk.fx" Version="0.3.3.7" />
paket add endofunk.fx --version 0.3.3.7
#r "nuget: endofunk.fx, 0.3.3.7"
// Install endofunk.fx as a Cake Addin
#addin nuget:?package=endofunk.fx&version=0.3.3.7
// Install endofunk.fx as a Cake Tool
#tool nuget:?package=endofunk.fx&version=0.3.3.7
A core library to enable functional programming in C#
Data Types:
- Identity
- Maybe
- Result
- Either
- Validation
- Reader
- Writer
- IO
- State
- Tagged
- Union
- Coyoneda
- Yoneda
- Continuation
- Redux: Store, Reducer, Middleware and Action (e.g. Tagged)
Prelude (Standard Library)
- Syntactic sugar to simplify use of data types and .Net Core Framework
- Linq conformance for all data types
- Function: Curry, Uncurry, Flip, Partial Application, Delegate Lifters, Combinators
- Tuple: Predicates, Splat, ...
- Boolean Combinators
- IEnumerable extension methods
- Pattern Matching
- etc.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
-
.NETCoreApp 2.2
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on endofunk.fx:
Package | Downloads |
---|---|
Endofunk.FX.Net
A companion library to Endofunk.FX providing functional wrappers around: - System.Net - Newtonsoft.Json |
|
Endofunk.FX.Data
A companion library to Endofunk.FX providing functional wrappers around: - System.Data.SqlClient - System.Data.SQLite |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.3.3.7 | 402 | 10/2/2019 |
0.3.3.6 | 492 | 9/19/2019 |
0.3.3.5 | 321 | 9/15/2019 |
0.3.3.4 | 353 | 8/26/2019 |
0.3.3.3 | 330 | 8/23/2019 |
0.3.3.2 | 344 | 8/18/2019 |
0.3.3.1 | 337 | 8/17/2019 |
0.3.3 | 431 | 8/17/2019 |
0.3.2 | 455 | 8/9/2019 |
0.3.1 | 473 | 7/31/2019 |
0.3.0 | 436 | 7/25/2019 |
0.2.3 | 471 | 7/13/2019 |
0.2.2 | 394 | 7/11/2019 |
0.2.1 | 548 | 7/7/2019 |
0.2.0 | 546 | 7/4/2019 |
Added:
- Lazy functional extension methods
- Optics: Lens - full and simple
- Optics: Prism - full and simple
- Zip methods to data types.