Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Try monad in Java 8

java-8 monads

Combining Free types

haskell monads free-monad

The "reader" monad

haskell monads

What are freer monads?

Is the `Monad ((,) w)` instance anywhere standard?

haskell monads

Are all differentiable types Monads

haskell monads zipper deriving

Function composition, Kleisli arrow, and Monadic laws

Is the composition of an arbitrary monad with a traversable always a monad?

haskell monads

Haskell: How is join a natural transformation?

Visualizing the Free Monad

haskell monads free-monad

Using Cont to acquire values from the future and the past