Neteril.ComputationExpression icon indicating copy to clipboard operation
Neteril.ComputationExpression copied to clipboard

A generic re-implementation of F# computation expressions in C# by (ab)using async/await

Results 1 Neteril.ComputationExpression issues
Sort by recently updated
recently updated
newest added

I love it!, Im implementing your library with my own "monadic" types because linq has several limitations. I have some questions: is it possible to implement the "computation expressions" with...