1. FSharpx.Core

    By:

    FSharpx is a library for the .NET platform implementing general functional constructs on top of the F# core library. 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 functio... More information

  2. Sprache

    By:

    Sprache is a simple, lightweight library for constructing parsers directly in C# code.

  3. FSharpx.Http

    By:

    FSharpx is a library for the .NET platform implementing general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible. This library provides common features for working with HTTP applications.

  4. FSharpx.Observable

    By:

    FSharpx is a library for the .NET platform implementing general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible. This library implements a mini-Reactive Extensions (MiniRx) and was authored by Phil Trelford.

  5. FSharpx.TypeProviders

    By:

    FSharpx is a library for the .NET platform implementing general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible. This library is for the .NET platform implementing common type providers on top of the FSharpx.Core.

  6. System.Monad

    By:

    System.Monad

    445 downloads

  7. FSharpx.TypeProviders.Xaml

    By:

    FSharpx is a library for the .NET platform implementing general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible. This library is for the .NET platform implementing a type provider for Xaml files.

  8. FSharpx.TypeProviders.Graph

    By:

    FSharpx is a library for the .NET platform implementing general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible. This library is for the .NET platform implementing a state machine type provider.

  9. FSharpx.TypeProviders.Excel

    By:

    FSharpx is a library for the .NET platform implementing general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible. This library is for the .NET platform implementing a Excel type provider.

  10. FSharpx.TypeProviders.Math

    By:

    FSharpx is a library for the .NET platform implementing general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible. This library is for the .NET platform implementing a type provider for vectors.

  11. FSharpx.TypeProviders.Machine

    By:

    FSharpx is a library for the .NET platform implementing general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible. This library is for the .NET platform implementing type providers for the file system and the registry.

  12. FSharpx.TypeProviders.Regex

    By:

    FSharpx is a library for the .NET platform implementing general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible. This library is for the .NET platform implementing a type providers for regular expressions.

  13. FSharpx.TypeProviders.AppSettings

    By:

    FSharpx is a library for the .NET platform implementing general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible. This library is for the .NET platform implementing an AppSettings type provider.

  14. Monads.NET

    By:

    A simple project to for Monadic helpers extensions.

  15. FSharpx.TypeProviders.Management

    By:

    FSharpx is a library for the .NET platform implementing general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible. This library is for the .NET platform implementing a WMI type provider.

  16. Monads for .NET

    By:

    Monads for .NET is helpers for C# which makes easier every day of your developer life. Now supports .NET 3.5-4.0, Silverlight 3-5 and Windows Phone 7. In functional programming, a monad is a programming structure that represents computations. Monads are a kind of abstract data type constructor that encapsulate program logic instead of data in the d... More information

  17. FSharpx.TypeProviders.Xrm

    By:

    FSharpx is a library for the .NET platform implementing general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible. This library is for the .NET platform implementing a type provider for Microsoft Dynamics CRM 2011

  18. ExtCore

    By:

    ExtCore provides extensions to the F# core library (FSharp.Core) and aims to help you build industrial-strength F# applications. These extensions include additional functions for modules such as Array, List, Set, and Map; immutable IntSet, IntMap, LazyList, and Queue collections; a variety of computation expressions (workflows); and "workflow colle... More information

  19. Scalesque

    By:

    A micro library for coding in a functional style using c#. Features Option<T>, Either<T,U>, pattern matching with exatractors, partially applied functions, scalaz inspired Validation<T,U> and various collection methods like fold and reduce.

  20. FSharpx.Collections.Experimental

    By:

    FSharpx is a library for the .NET platform implementing general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible. This library provides experimental data structures.