Info
Version: | 1.8.32 |
Author(s): | Steffen Forkmann, Daniel Mohl, Tomas Petricek, Ryan Riley, Mauricio Scheffer, Phil Trelford |
Last Update: | Monday, July 8, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://github.com/fsharp/fsharpx |
NuGet Url: | https://www.nuget.org/packages/FSharpx.Core |
Install
Install-Package FSharpx.Core
dotnet add package FSharpx.Core
paket add FSharpx.Core
FSharpx.Core Download (Unzip the "nupkg" after downloading)
Dependencies
15 packages depend on this package.
Tags
Its main target is F# but it aims to be compatible with all .NET languages wherever possible.
It currently implements:
* Several standard monads: State, Reader, Writer, Either, Continuation, Distribution
* Iteratee
* Purely functional data structures: Queues, double-ended Queues, BottomUpMergeSort, RandomAccessList, Vector, RoseTree, BKTree
* Validation applicative functor
* General functions like flip
* Additional functions around collections
* Functions to make C# - F# interop easier.