A bit of syntax eye candy for your string building code.
10 people like thisPosted: 8 years ago by Eirik Tsarpalis
Implements a technique found in http://stackoverflow.com/a/2085377. Useful for rethrowing exceptions in the context of computation expressions, not otherwise possible, as well as a few other applications.
5 people like thisPosted: 7 years ago by Eirik Tsarpalis
Lightweight syntax for creating tasks using computation expressions
7 people like thisPosted: 3 years ago by Eirik Tsarpalis
Uses tagless-final approach for defining abstracted, general purpose computation expression builders.
2 people like thisPosted: 1 year ago by Eirik Tsarpalis
When interfacing .NET libraries that potentially yield null values, a lot of boilerplate code is required to ensure no NullReferenceExceptions are raised. This is an attempt to avoid such repetition with computation expressions.
5 people like thisPosted: 8 years ago by Eirik Tsarpalis
A first attempt at implementing symbolic exception stacktraces in computation expressions using reflection.
5 people like thisPosted: 5 years ago by Eirik Tsarpalis
An exploration of the power of Computation Expressions, Type Extensions, Extension Methods, and Method Overloading. May or may not be a monad or a monoid - we're not sure, nor do we care to check.
7 people like thisPosted: 2 years ago by Tomas Petricek, Krzysztof Cieślak, John Azariah, Phillip Carter