I've been playing around with some of the "standard/common monads in C# for a while now, in OSS (https://github.com/pimbrouwers/Danom) and at work. It's awesome. I can't imagine working without them anymore.
Thanks for sharing! Appreciate the OSS work. Is it ok if I reference that repo in my article?
Do you have a comparison to other libraries like https://github.com/louthy/language-ext
Yours looks a lot more idiomatic to C# (hence acceptable for a mixed code base) but the above linked more "systematic". Not that I have used any or have any competence.