Infers.Rep 0.2.3

.NET Framework 4.5
dotnet add package Infers.Rep --version 0.2.3
NuGet\Install-Package Infers.Rep -Version 0.2.3
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="Infers.Rep" Version="0.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Infers.Rep --version 0.2.3
#r "nuget: Infers.Rep, 0.2.3"
#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 Infers.Rep as a Cake Addin
#addin nuget:?package=Infers.Rep&version=0.2.3

// Install Infers.Rep as a Cake Tool
#tool nuget:?package=Infers.Rep&version=0.2.3

Infers.Rep provides rules for Infers to generate representations and
efficient accessors for F# types based on a sum of products
representation.  The representations are designed to allow the
implementation of efficient polytypic and datatype generic functions.

Product Versions
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Infers.Rep:

Package Downloads
Infers.Toys

Infers.Toys provides a collection of more or less experimental datatype generic functions for F#. The primary focus of Infers.Toys is to demonstrate possibilities rather than to provide the best possible implementations. The documentation of individual generic functions typically mention known limitations, if any. Pull requests are welcome!

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.3 2,610 5/23/2016
0.2.2 1,028 5/23/2016
0.2.1 1,173 11/27/2015
0.2.0 1,014 10/24/2015
0.1.1 1,009 10/23/2015

This is an experimental version of Infers.Rep and is not recommended for
production use.