A bit of syntax eye candy for your string building code.
10 people like thisPosted: 12 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: 11 years ago by Eirik Tsarpalis
Lightweight syntax for creating tasks using computation expressions
8 people like thisPosted: 7 years ago by Eirik Tsarpalis
Uses tagless-final approach for defining abstracted, general purpose computation expression builders.
2 people like thisPosted: 5 years ago by Eirik Tsarpalis
Fold it!
1 people like thisPosted: 2 years ago by Evgeniy Andreev
We can use power of computation expressions and InlineIfLambda to get nice syntax and mutable index tracking for allocating strings
3 people like thisPosted: 2 years ago by Evgeniy Andreev
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: 11 years ago by Eirik Tsarpalis
A first attempt at implementing symbolic exception stacktraces in computation expressions using reflection.
5 people like thisPosted: 8 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: 6 years ago by Tomas Petricek, Krzysztof Cieślak, John Azariah, Phillip Carter
Sketch of a Zio like monad in F# for computations with extensible environment, extensible error handling, and asynchronicity.
1 people like thisPosted: 3 years ago by Vesa Karvonen
Computation expression that automatically captures the rest of the sequence that you are iterating over using a "for" loop so that the exception handler can do something clever with it.
0 people like thisPosted: 2 years ago by Tomas Petricek
Stubbed methods for a computation expression with some explanations
7 people like thisPosted: 9 months ago by Jimmy Byrd