FnX.Fn 0.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package FnX.Fn --version 0.2.0
                    
NuGet\Install-Package FnX.Fn -Version 0.2.0
                    
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="FnX.Fn" Version="0.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FnX.Fn" Version="0.2.0" />
                    
Directory.Packages.props
<PackageReference Include="FnX.Fn" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FnX.Fn --version 0.2.0
                    
#r "nuget: FnX.Fn, 0.2.0"
                    
#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.
#:package FnX.Fn@0.2.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FnX.Fn&version=0.2.0
                    
Install as a Cake Addin
#tool nuget:?package=FnX.Fn&version=0.2.0
                    
Install as a Cake Tool

Create Func's that returns anonymous (or any other type) on the fly with var myfun = Fn.New(()=>new{x=1}); Get anonymous (or any other type) from an enclosed code block with var myobj = Fn.Get(()=>{var x=1;return new {x};}); Reduce parameters with currying var myfun = Fn.New((string a, string b)=>..); var myfunA1 = myfun("A1"); See more samples in github repo.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.8.2-prerelease 1,182 12/17/2015
0.8.1-prerelease 1,124 12/17/2015
0.8.0-prerelease 1,108 12/17/2015
0.7.3 1,827 12/16/2013
0.7.2 1,400 12/16/2013
0.7.1 1,400 12/16/2013
0.7.0 1,364 12/16/2013
0.6.0 1,693 12/16/2013
0.5.0 1,579 6/21/2013
0.4.0 1,540 6/20/2013
0.3.0 1,531 6/17/2013
0.2.0 1,503 6/16/2013
0.1.0 1,534 6/14/2013