A Monad for composing computations with retry logic. (Useful when we work with Cloud Services)
6 people like thisPosted: 13 years ago by Nick Palladinos
You might have heard that a "free" monad can be created from any functor. Unfortunately, that doesn't mean much if you're not already familiar with category theory. This example creates a free monad from a simple functor types
5 people like thisPosted: 4 years ago by Brian Berns
Simple Computational expressions / monad / builder -example, using .NET Nullable as demo.
3 people like thisPosted: 12 years ago by Tuomas Hietanen