Retry monad: chaining functions together, retrying each one if exceptions are thrown, until the first time a function can no longer be retried
5 people like thisPosted: 12 years ago by Boris Kogan
Sequence expression which deals with cartesian product of sequences with for ... do expression. It replaces nested for .. do expression to single one.
0 people like thisPosted: 11 years ago by nagat01
Simple Async Workflow computation expression overload to support task operations.
3 people like thisPosted: 8 years ago by Riccardo Terrell
Normally, you'd add two numbers with the '+' operator. But why do that when you can use Type Extensions, custom operations on Computation Expressions, customer operators, and more?
11 people like thisPosted: 6 years ago by Phillip Carter
Expression<Func<'a, 'b>> as expr builder
2 people like thisPosted: 5 years ago by habib sadullaev
Convenient CEs that allow you to measure how long it takes to execute a given content.
5 people like thisPosted: 3 years ago by Natalie Perret
A basic implementation.
0 people like thisPosted: 2 years ago by Julien Di Lenarda
Stubbed methods for a computation expression with some explanations
7 people like thisPosted: 9 months ago by Jimmy Byrd
This Joint Life Annuity calculation relies on the objects and functions defined in Single Life Annuity. A joint life annuity calculates the present value of an annuity from current age to death of a member and another life (spouse). The implementation below uses the AgeVectorBuilder from the Single Life Annuity snippet in two examples: The first defines a simple Joint Life Annuity that assumes no age difference between the two lives. The second assumes an N year age difference. The samples both rely on a male mortality table (PMA92 (C=2003)) and a female mortality table (PFA92 (C=2003)) which are extracts of publicly available mortality tables (http://www.actuaries.org.uk/research-and-resources/documents/pma92-pensioners-males-amounts).
1 people like thisPosted: 12 years ago by Kevin Roche
Async task computation expression, in order to avoid Async.AwaitTask for C# interop
3 people like thisPosted: 8 years ago by cboudereau
Computational Expression for Result<'a, 'b>
8 people like thisPosted: 6 years ago by Yuriy Habarov
When writing asynchronous code in F#, one often needs to call methods in the .NET BCL that return Task or Task
Posted: 6 years ago by Aaron Eshbach
A computation expression builder which simplify StringBuilder usage.
5 people like thisPosted: 5 years ago by Sehnsucht
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
(Please ignore previous entry of the same name)
0 people like thisPosted: 2 years ago by Julien Di Lenarda