Infers.Rep
0.2.2
See the version list below for details.
dotnet add package Infers.Rep --version 0.2.2
NuGet\Install-Package Infers.Rep -Version 0.2.2
<PackageReference Include="Infers.Rep" Version="0.2.2" />
paket add Infers.Rep --version 0.2.2
#r "nuget: Infers.Rep, 0.2.2"
// Install Infers.Rep as a Cake Addin #addin nuget:?package=Infers.Rep&version=0.2.2 // Install Infers.Rep as a Cake Tool #tool nuget:?package=Infers.Rep&version=0.2.2
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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- FSharp.Core (>= 3.1.2.5)
- Infers (>= 0.2.2)
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.
This is an experimental version of Infers.Rep and is not recommended for
production use.