Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

How do I make a do block return early?

haskell web-scraping monads

Monads in C# -- why Bind implementations require passed function to return a monad?

c# monads

How do I organize my pure functions with my monadic actions idiomatically

Computation Constructs (Monads, Arrows, etc.)

Why does this simple use of the State monad cause a stack overflow?

Exception or Either monad in C#

c# monads

State Monad, sequences of random numbers and monadic code

Permutations of a list - Haskell

haskell monads

Best practice how to evaluate a list of Maybes

haskell monads

Are continuations monads?

Why can't Haskell be tricked into performing IO operations by using strict evaluation?

haskell monads io-monad

Does an IO monad make sense in a language like C#

c# haskell monads

for..else for Option types in Scala?

Why can applicative functors have side effects, but functors can't?

Understanding Random monad in Scala

scala random monads

Idiomatic Scala translation of Kiselyov's zippers?

Combining StateT and State monads

What was wrong with Control.MonadPlus.Free?

Do monad transformers apply to getting JSON from services?

Monads VS Applicative functors for Futures