Funship 1.0.0.35-alpha-2

.NET Core 3.0
This is a prerelease version of Funship.
dotnet add package Funship --version 1.0.0.35-alpha-2
NuGet\Install-Package Funship -Version 1.0.0.35-alpha-2
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="Funship" Version="1.0.0.35-alpha-2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Funship --version 1.0.0.35-alpha-2
#r "nuget: Funship, 1.0.0.35-alpha-2"
#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 Funship as a Cake Addin
#addin nuget:?package=Funship&version=1.0.0.35-alpha-2&prerelease

// Install Funship as a Cake Tool
#tool nuget:?package=Funship&version=1.0.0.35-alpha-2&prerelease

A library that adds functional style lists and functions to C#.
   
   Create a functional list using var list = fist(1, 2, 3, 4), and then use
   the library of standard map(), reduce(), etc functions to work with it.
   It also deconstructs to a ValueTuple such that C# 8 switch statements
   ca pattern match using (var head, Fist tail).
   
   Create a functional function using var f = funf((x, y) => x + y) and then call it using
   call(f, 1, 2), which would be 3 in this case. You can also compose multiple functions
   in a call like call(f, 1, f, 2, 3), which would first call the rightmost f with 2 and 3
   to get 5 and then would send 1 and the resulting 5 to the first f to get 6.

   Full XML Documentation provides interactive help if your IDE of choice supports it. Also
   see full documentation on the project page.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp3.0 netcoreapp3.1
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.0

    • 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
1.0.0.35-alpha-2 305 9/10/2019