Info
| Version: | 0.3.3.7 | 
| Author(s): | endofunk | 
| Last Update: | Wednesday, October 2, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://endofunk.github.io/Endofunk-FX/ | 
| NuGet Url: | https://www.nuget.org/packages/endofunk.fx | 
Install
Install-Package endofunk.fx
                        dotnet add package endofunk.fx
                        paket add endofunk.fx
                        
                                endofunk.fx Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
Tags
 
                
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.