endofunk.fx
0.3.2
See the version list below for details.
dotnet add package endofunk.fx --version 0.3.2
NuGet\Install-Package endofunk.fx -Version 0.3.2
<PackageReference Include="endofunk.fx" Version="0.3.2" />
paket add endofunk.fx --version 0.3.2
#r "nuget: endofunk.fx, 0.3.2"
// Install endofunk.fx as a Cake Addin #addin nuget:?package=endofunk.fx&version=0.3.2 // Install endofunk.fx as a Cake Tool #tool nuget:?package=endofunk.fx&version=0.3.2
A core library to enable functional programming in C#
Data Types:
- Identity
- Maybe
- Result
- Either
- Validation
- Reader
- Writer
- IO
- State
- Tagged
- 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,142 | 10/2/2019 |
0.3.3.6 | 1,617 | 9/19/2019 |
0.3.3.5 | 1,062 | 9/15/2019 |
0.3.3.4 | 1,101 | 8/26/2019 |
0.3.3.3 | 1,076 | 8/23/2019 |
0.3.3.2 | 1,033 | 8/18/2019 |
0.3.3.1 | 1,058 | 8/17/2019 |
0.3.3 | 1,557 | 8/17/2019 |
0.3.2 | 1,541 | 8/9/2019 |
0.3.1 | 1,581 | 7/31/2019 |
0.3.0 | 1,585 | 7/25/2019 |
0.2.3 | 1,608 | 7/13/2019 |
0.2.2 | 1,096 | 7/11/2019 |
0.2.1 | 1,978 | 7/7/2019 |
0.2.0 | 1,657 | 7/4/2019 |
Added:
- Continuation Monad
- Pattern Matching
Reorganisation:
- All types and combinators
Bug Fix:
- Fixed implementation problem with Tagged type related to Functor, Monad and Applicative algebras
- Removed previous confusing pattern matching and replaced with generic pattern matching
Documentation:
- Work in progress
Usage examples for each type:
- Work in progress