endofunk.fx
0.3.3.2
See the version list below for details.
dotnet add package endofunk.fx --version 0.3.3.2
NuGet\Install-Package endofunk.fx -Version 0.3.3.2
<PackageReference Include="endofunk.fx" Version="0.3.3.2" />
paket add endofunk.fx --version 0.3.3.2
#r "nuget: endofunk.fx, 0.3.3.2"
// Install endofunk.fx as a Cake Addin #addin nuget:?package=endofunk.fx&version=0.3.3.2 // Install endofunk.fx as a Cake Tool #tool nuget:?package=endofunk.fx&version=0.3.3.2
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
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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.2 is compatible. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
-
.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 | 1,147 | 10/2/2019 |
0.3.3.6 | 1,622 | 9/19/2019 |
0.3.3.5 | 1,067 | 9/15/2019 |
0.3.3.4 | 1,106 | 8/26/2019 |
0.3.3.3 | 1,081 | 8/23/2019 |
0.3.3.2 | 1,038 | 8/18/2019 |
0.3.3.1 | 1,063 | 8/17/2019 |
0.3.3 | 1,562 | 8/17/2019 |
0.3.2 | 1,546 | 8/9/2019 |
0.3.1 | 1,586 | 7/31/2019 |
0.3.0 | 1,590 | 7/25/2019 |
0.2.3 | 1,613 | 7/13/2019 |
0.2.2 | 1,101 | 7/11/2019 |
0.2.1 | 1,983 | 7/7/2019 |
0.2.0 | 1,662 | 7/4/2019 |
Added:
- SAR (State, Action, Reducer) : Fold methods : void and generic return value
Changed:
- SAR (State, Action, Reducer) : Hide internal properties