endofunk.fx 0.3.3.7

dotnet add package endofunk.fx --version 0.3.3.7
NuGet\Install-Package endofunk.fx -Version 0.3.3.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="endofunk.fx" Version="0.3.3.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add endofunk.fx --version 0.3.3.7
#r "nuget: endofunk.fx, 0.3.3.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .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,023 10/2/2019
0.3.3.6 1,463 9/19/2019
0.3.3.5 937 9/15/2019
0.3.3.4 983 8/26/2019
0.3.3.3 976 8/23/2019
0.3.3.2 930 8/18/2019
0.3.3.1 944 8/17/2019
0.3.3 1,408 8/17/2019
0.3.2 1,389 8/9/2019
0.3.1 1,433 7/31/2019
0.3.0 1,436 7/25/2019
0.2.3 1,448 7/13/2019
0.2.2 981 7/11/2019
0.2.1 1,792 7/7/2019
0.2.0 1,506 7/4/2019

Added:
- Lazy functional extension methods
- Optics: Lens - full and simple
- Optics: Prism - full and simple
- Zip methods to data types.