Funship 1.0.0.35-alpha-2

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 Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
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 353 9/10/2019