Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Monads as Monoids in practice

Combining Maybe and IO monads for DOM read/write

Non type-variable argument in the constraint when using >>= operator

Can monad with broken associativity law yield incorrect result in for-comprehension?

Haskell void function

haskell monads functor

Haskell: How to pipe the contents of one handle into another in real time

haskell io monads

Is there a version of the 'andand' monad for Objective-C?

objective-c monads

Group values by a key with any Monoid

scala monads scalaz monoids

Lift error value to ErrorT monad transformer

Using monadic functions with Data.Map (fx unionWith)

haskell dictionary monads

Cannot find function similar to liftM2

haskell monads

Combining the state monad with the costate comonad

Future with State monad

Implementing recurrence relations on State monads (in Haskell or Scala)

Why Free is not monad instance in Scalaz 7.1.5?

scala monads scalaz

Is there a way to convince Rust that a particular associated type is the same as a concrete type?

rust metaprogramming monads

Haskell operator or function for applying function from monad to a value?

haskell monads

Is there a a predefined way to skip calculations that result in Nothing?

haskell monads maybe

Is what I wrote an actual monad?

Are there a thing call "semi-monad" or "counter-monad"?