Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in computation-expression

Implement Bind in a Custom Computation Expression

(How) can I make this monadic bind tail-recursive?

Intuition behind calling Zero for else branch of if..then construct in computation expressions

StackOverflow in continuation monad

How to implement delay in the maybe computation builder?

f# computation-expression

How to keep the stacktrace when rethrowing an exception out of catch-context?

How do I change the Rx Builder implementation to fix the stack overflow exception?

LINQ query expressions that operate on types (monads?) other than IEnumerable<T> -- Possible uses?

Turn list of Result into Result of list inside a computation expression?

f# computation-expression

Is there a real-world applicability for the continuation monad outside of academic use?

How do I write a computation expression builder that accumulates a value and also allows standard language constructs?

f# computation-expression

How do I translate a `where T : U` generic type parameter constraint from C# to F#?

Why do F# computation expressions require a builder object (rather than a class)?

f# computation-expression

Combine F# async and maybe computation expression

F#: Is there a way to extend the monad keyword list?