Infers 0.2.3

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

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

Infers is a library for deriving F# values from their types and, in a way, a direct application of the Curry-Howard correspondence.  The idea is to view the types of F# member functions as Horn clauses.  Using a Prolog-style resolution engine it is then possible to attempt to prove goals given as simple F# types.  During the resolution process the engine invokes the member functions to build a value of the type given as the goal.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Infers:

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!

Infers.Rep

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.3 3,384 5/23/2016
0.2.2 1,402 5/23/2016
0.2.1 1,656 11/27/2015
0.2.0 1,441 10/24/2015
0.1.1 1,449 10/23/2015

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