Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uriegel/fsharprailway

Railway oriented programming tools and operators for F#
https://github.com/uriegel/fsharprailway

Last synced: 8 days ago
JSON representation

Railway oriented programming tools and operators for F#

Awesome Lists containing this project

README

        

# FSharpRailway
Railway oriented programming tools and operators for F#

Use functional Railway Oriented Programming approach instead of traditional exception handling. Similar to Result and Option handling in Rust and Kotlin.

Inspiration by [Railway Oriented Programming on F# for Fun and Profit]( https://fsharpforfunandprofit.com/rop/)