Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

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

How do I find out whether a monad is commutative?

How to Factorize Continuation Monad into Left & Right Adjoints?

reader writer state monad - how to run this scala code

scala monads scalaz

How to write tail-recursive functions when working inside monads

Haskell -- dual personality IO / ST monad?

Why Functor class has no return function?

Understanding filterM

haskell monads

Combine F# async and maybe computation expression

What is the Java equivalent of this Haskell function?

How can I learn about parser combinators? [closed]

parsing monads

Is it better to define Functor in terms of Applicative in terms of Monad, or vice versa?

Why use such a peculiar function type in monads?

haskell types monads typeclass

Haskell and random numbers

haskell random monads