Chessie


Chessie

This project brings railway-oriented programming to .NET.

The Chessie library can be installed from NuGet:
PM> Install-Package Chessie

Using Chessie with Paket

Chessie is a single-file module, so it's convienient to get it with Paket GitHub dependencies. To do so, just add following line to your paket.dependencies file:

1: 
github fsprojects/Chessie src/Chessie/ErrorHandling.fs

and following line to your paket.references file for the desired project:

1: 
File:ErrorHandling.fs . 

Samples & documentation

  • Read the tutorial to see how to use Chessie for railway-oriented programming.
  • API Reference contains automatically generated documentation for all types, modules and functions in the library. This includes additional brief samples on using most of the functions.

Contributing and copyright

The project is hosted on GitHub where you can report issues, fork the project and submit pull requests. If you're adding a new public API, please also consider adding samples that can be turned into a documentation. You might also want to read the library design notes to understand how it works.

The library is available under Apache 2.0 license, which allows modification and redistribution for both commercial and non-commercial purposes. For more information see the License file in the GitHub repository.

Fork me on GitHub