Skip to main content
VesaKarvonen avatar

VesaKarvonen

NuGet publisher profile

Packages
6
Total Downloads
1.7M
1,674,568

Packages (6)

Hopac package icon

Hopac

Hopac is a library for higher-Order, parallel, asynchronous and concurrent programming in F#. Inspired by languages like Concurrent ML and Cilk, Hopac is a library for F# with the aim of making it easier to write efficient parallel, asynchronous, concurrent and reactive programs. Hopac is licensed under a MIT-style license. See project website for further information.

1.6M
downloads
PPrint package icon

PPrint

A pretty printing library for F# based on Wadler's and Leijen's work.

40.3K
downloads
Infers.Toys package icon

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!

21.2K
downloads
Infers package icon

Infers

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.

20.4K
downloads
Infers.Rep package icon

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.

13.0K
downloads
PPrint.Console package icon

PPrint.Console

PPrint extensions for printing to console.

1.8K
downloads