Plough.ControlFlow
No description available
Install / Use
/learn @demetrixbio/Plough.ControlFlowREADME
Plough
Plough is a library that can be used to quickly develop back-end F# functionality.
- ControlFlow: library to work fluently with a Success path that can have warnings. ControlFlow has compatibility with F# Fable.
Install dependencies and first build
In order to install the dependencies, build the projects and run the tests just type the following commands:
On windows:
./fake.cmd build
On Unix:
./fake.sh build
