endofunk.fx
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.
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
Release Notes
Added:
- Lazy functional extension methods
- Optics: Lens - full and simple
- Optics: Prism - full and simple
- Zip methods to data types.
Dependencies
-
.NETCoreApp 2.2
- No dependencies.
GitHub Usage
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated | ||
---|---|---|---|---|
0.3.3.7 | 69 | 10/2/2019 | ||
0.3.3.6 | 73 | 9/19/2019 | ||
0.3.3.5 | 53 | 9/15/2019 | ||
0.3.3.4 | 64 | 8/26/2019 | ||
0.3.3.3 | 64 | 8/23/2019 | ||
0.3.3.2 | 66 | 8/18/2019 | ||
0.3.3.1 | 66 | 8/17/2019 | ||
0.3.3 | 66 | 8/17/2019 | ||
0.3.2 | 76 | 8/9/2019 | ||
0.3.1 | 71 | 7/31/2019 | ||
0.3.0 | 69 | 7/25/2019 | ||
0.2.3 | 75 | 7/13/2019 | ||
0.2.2 | 79 | 7/11/2019 | ||
0.2.1 | 82 | 7/7/2019 | ||
0.2.0 | 93 | 7/4/2019 |