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

https://github.com/davidelettieri/rop

Sample solution with ROP functions
https://github.com/davidelettieri/rop

csharp functional-programming railway-oriented-programming

Last synced: 6 months ago
JSON representation

Sample solution with ROP functions

Awesome Lists containing this project

README

          

# ROP
Sample solution with ROP functions, this is a companion for this [blog post](https://davidelettieri.it/rop/'tagged/union'/'railway/oriented/programming'/c%23/2020/04/04/railway-oriented-programming-with-c.html)

I tried to implement some of the functions described by SW on his website at [ROP](https://fsharpforfunandprofit.com/rop/). I did some changes to adjust to my own code style such as the `Then` extension methods.

I'm using this repo to try TUnit.