Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

How should I map over Maybe List?

Composing monad transformer stacks

Turn monadic validation into applicative?

The purpose of functors

Class of monads in Dart

class haskell dart monads

Can one simplify the Codensity monad on Maybe?

Writing a monad with out-of-band data (aka, composing monads in parallel)

haskell monads

Haskell -- Understanding the writer type declaration

How to modify or read a mutable vector passed as an argument in a function?

haskell vector monads mutable

How to combine Arbitrary and IO monads?

haskell monads quickcheck

Requiring that a function must be a retraction in Haskell?

haskell monads graph-theory

What does <* in Haskell readP do?

Is there a way to unwrap a type from an IO monad?

haskell io monads io-monad

Is my concurrency monad a valid instance of MonadThrow?

Haskell: How does MonadState's put work?

haskell monads state-monad

Use bind to chain continuous functions

How to create a MonadRandom (StateT PureMT m0)? (Haskell)