Snippets tagged builder

  • Monadic Retry

    A Monad for composing computations with retry logic. (Useful when we work with Cloud Services)

    6 people like this

    Posted: 12 years ago by Nick Palladinos

  • A very simple free monad

    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 this

    Posted: 3 years ago by Brian Berns