Library for proper error handling with Option, Result, AsyncResult and their computation expressions.
- Started as a copy of https://github.com/swlaschin/DomainModelingMadeFunctional/blob/master/src/OrderTaking/Result.fs
- Similar project is https://github.com/fsprojects/Chessie
- Also Inspired by Suave/YoLo
paket add Feather.ErrorHandlingNote: You can also use this library in a Fable project.
- Increment version in
ErrorHandling.fsproj - Update
CHANGELOG.md - Commit new version and tag it
./build.sh build./build.sh -t tests