Info
Version: | 1.0.1 |
Author(s): | Philip Panyukov |
Last Update: | Tuesday, August 6, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ppanyukov/FunCs/ |
NuGet Url: | https://www.nuget.org/packages/FunCs |
Install
Install-Package FunCs
dotnet add package FunCs
paket add FunCs
FunCs Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Includes:
1) use 'var' to declar lambdas: var f = Fun.function(()=>10);
2) function composition;
3) partial function application (currying).
MIT license.